diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 20:11:54 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-03-26 20:11:54 +0100 |
commit | b0263695595db848002728b3ebbd8b27fd08ca8c (patch) | |
tree | 085d0b4a9f07462145c0cd6d15b306fe5ad2c1bc /Makefile.cvs | |
download | tde-style-ia-ora-b0263695595db848002728b3ebbd8b27fd08ca8c.tar.gz tde-style-ia-ora-b0263695595db848002728b3ebbd8b27fd08ca8c.zip |
Initial import of ia-ora 1.0.8
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: |