added comments

This commit is contained in:
Václav Šmejkal 2022-04-04 17:48:03 +02:00
parent 52e932fecb
commit 4734b8c5f0

View File

@ -1,7 +1,9 @@
#!/bin/sh
# Build project
make
# Check for 'debug' flag
if [ "$1" == "debug" ]; then
./out/why2
fi