@ -5,5 +5,5 @@ if [[ ! -d ./build ]]; then
fi
pushd "./build"
gcc -g -xc "../test/main.c" -o main.c
gcc -g -std=c89 "../test/main.c" -o main.c
popd