diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-26 02:11:54 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-26 02:11:54 -0500 |
commit | 15cbe6d94327f69b793312be6b6b132bb50af651 (patch) | |
tree | 30eb3e89ef061b60ce7745491e74a27cfd508f06 /Makefile.cvs | |
download | kcmldapmanager-15cbe6d94327f69b793312be6b6b132bb50af651.tar.gz kcmldapmanager-15cbe6d94327f69b793312be6b6b132bb50af651.zip |
Initial import of skeletal module for further development
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: |