diff options
Diffstat (limited to 'parts/appwizard/common/kde-Makefile.cvs')
-rw-r--r-- | parts/appwizard/common/kde-Makefile.cvs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/parts/appwizard/common/kde-Makefile.cvs b/parts/appwizard/common/kde-Makefile.cvs new file mode 100644 index 00000000..4c0afd1a --- /dev/null +++ b/parts/appwizard/common/kde-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: |