diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:42:41 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-07-24 15:42:41 -0500 |
commit | 3e52b79020dd0bbd653169972f1cccaf63e0b631 (patch) | |
tree | 51f63c1e9aae52a52623801c5609d32f021ecc4c /Makefile.cvs | |
download | tdeio-ftps-3e52b79020dd0bbd653169972f1cccaf63e0b631.tar.gz tdeio-ftps-3e52b79020dd0bbd653169972f1cccaf63e0b631.zip |
Initial import of kio-ftps 0.1a from sources
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 0000000..eb9aae8 --- /dev/null +++ b/Makefile.cvs @@ -0,0 +1,11 @@ + +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: |