# Build script for BECS if [[ ! -d ./build ]]; then mkdir "./build" fi pushd "./build" gcc -g "../test/main.c" -o test popd