WHY2/build.sh
2022-03-20 18:12:25 +01:00

7 lines
63 B
Bash

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