build: unix build - make replaced with ninja

This commit is contained in:
Andreas Stallinger
2014-04-10 15:28:33 +02:00
parent 0f0d75729d
commit 879373a22f
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ MY_PATH=`dirname "$0"`
cd $MY_PATH/..
# Build and run target
make -C build/Debug "$1" && cd bin && Debug/"$1"
ninja -C build/Debug "$1" && cd bin && Debug/"$1"