diff options
author | Slávek Banko <[email protected]> | 2013-08-18 15:43:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-08-18 15:43:45 +0200 |
commit | ae0c828ac29043e7adc56a78fc18d816b32c12b4 (patch) | |
tree | 51cc9b30f40faa951fc029f72c5f5b5e573e863d /Makefile.cvs | |
download | kkbswitch-ae0c828ac29043e7adc56a78fc18d816b32c12b4.tar.gz kkbswitch-ae0c828ac29043e7adc56a78fc18d816b32c12b4.zip |
Initial import of kkbswitch 1.4.3
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: |