summaryrefslogtreecommitdiffstats
path: root/servers/fpga_programming_server_lin/Makefile.cvs
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-05 21:49:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-07-05 21:49:14 -0500
commitae8c012b4712f1582c41f745a87675e2fa9c763c (patch)
treef0882e65c351a993440b094cbbc0e089f2a6012e /servers/fpga_programming_server_lin/Makefile.cvs
parentae2bec04efa3205c74c39ddc245d5310dbd9b9f9 (diff)
downloadulab-ae8c012b4712f1582c41f745a87675e2fa9c763c.tar.gz
ulab-ae8c012b4712f1582c41f745a87675e2fa9c763c.zip
Add skeletal FPGA programming server
Diffstat (limited to 'servers/fpga_programming_server_lin/Makefile.cvs')
-rw-r--r--servers/fpga_programming_server_lin/Makefile.cvs10
1 files changed, 10 insertions, 0 deletions
diff --git a/servers/fpga_programming_server_lin/Makefile.cvs b/servers/fpga_programming_server_lin/Makefile.cvs
new file mode 100644
index 0000000..4c0afd1
--- /dev/null
+++ b/servers/fpga_programming_server_lin/Makefile.cvs
@@ -0,0 +1,10 @@
+all:
+ @echo "This Makefile is only for the CVS repository"
+ @echo "This will be deleted before making the distribution"
+ @echo ""
+ $(MAKE) -f admin/Makefile.common cvs
+
+dist:
+ $(MAKE) -f admin/Makefile.common dist
+
+.SILENT: