WHY2/build.sh
2022-03-05 18:28:36 +01:00

7 lines
63 B
Bash

#!/bin/sh
make
if [ "$1" == "debug" ]; then
./out/why2
fi