Update: build script

This commit is contained in:
Rodolfo Barcelli Jo 2026-01-21 19:10:46 +08:00
parent 5292542c30
commit 8d20a774da

View file

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