Update: build script

This commit is contained in:
Rodolfo Barcelli Jo 2026-01-21 19:09:36 +08:00
parent 0b34262db6
commit a98430ad4f

View file

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