Hauptmakefile hinzugefügt, was von post-commit-hook angeworfen wird
git-svn-id: https://svn.neo-layout.org@1378 b9310e46-f624-0410-8ea1-cfbb3a30dc96
This commit is contained in:
parent
11741263e3
commit
de122b34d8
1 changed files with 14 additions and 0 deletions
14
Makefile
Normal file
14
Makefile
Normal 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
|
Loading…
Reference in a new issue