diff options
author | Timothy Pearson <[email protected]> | 2012-05-05 17:47:47 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-05-05 17:47:47 -0500 |
commit | 81dce195f1f6b18b66f2bbbe4ec6b10bb1387379 (patch) | |
tree | 0c3e06a8a35224dc79a29edfeb502f650add547c /Makefile.cvs | |
download | kcmautostart-81dce195f1f6b18b66f2bbbe4ec6b10bb1387379.tar.gz kcmautostart-81dce195f1f6b18b66f2bbbe4ec6b10bb1387379.zip |
Initial import
Diffstat (limited to 'Makefile.cvs')
-rw-r--r-- | Makefile.cvs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.cvs b/Makefile.cvs new file mode 100644 index 0000000..4c0afd1 --- /dev/null +++ b/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: |