From 5ec5bc2080bbc41e025fb98e6571a2c281b775cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 2 Jul 2013 18:32:11 +0200 Subject: Initial import --- Makefile.cvs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Makefile.cvs (limited to 'Makefile.cvs') 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: -- cgit v1.2.1