Hauptmakefile hinzugefügt, was von post-commit-hook angeworfen wird

This commit is contained in:
ben 2009-01-05 15:07:05 +00:00
parent 46962518f3
commit 60d66ad1b3
1 changed files with 14 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
all:
make -C portable deploy
make -C grafik
clean:
make -C portable clean
make -C grafik clean
svnupdate:
make -C portable clean
svn up
make
.PHONY: all clean svnupdate