Updated VCMI

This commit is contained in:
pelya
2011-07-28 15:39:12 +03:00
parent af46279448
commit 68bb534c19
6 changed files with 14 additions and 12 deletions

View File

@@ -1,7 +1,5 @@
#!/bin/sh
make -j1 2>&1 | tee build.log
make -j4 2>&1 | tee build.log
[ -f libapplication.so ] || exit 1
exit 0