VCMI Updates

This commit is contained in:
Gerhard Stein
2013-02-19 17:28:13 +01:00
parent 384ad90646
commit 0ed5e287b6
2 changed files with 4 additions and 5 deletions

View File

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