diff --git a/make.sh b/make.sh index fd5c536..a41815a 100755 --- a/make.sh +++ b/make.sh @@ -3,7 +3,7 @@ FLAGS="-std=c99 -lm -lpthread" OUT="out" -set -eu +set -e if [[ $1 == "build" ]]; then mkdir -p "$OUT"