Update make.sh

This commit is contained in:
augustin64 2022-05-14 16:40:54 +02:00
parent afb0e7b068
commit 281c776ae2

View File

@ -3,7 +3,7 @@
FLAGS="-std=c99 -lm -lpthread" FLAGS="-std=c99 -lm -lpthread"
OUT="out" OUT="out"
set -eu set -e
if [[ $1 == "build" ]]; then if [[ $1 == "build" ]]; then
mkdir -p "$OUT" mkdir -p "$OUT"