created building script

This commit is contained in:
Václav Šmejkal 2022-03-05 18:28:36 +01:00
parent 89c83f5408
commit 7ee2157f17

7
build.sh Normal file
View File

@ -0,0 +1,7 @@
#!/bin/sh
make
if [ "$1" == "debug" ]; then
./out/why2
fi