@echo off mkdir build pushd build clang -o test.exe -Wall -Wextra -Wpedantic -std=c99 -O0 -g ..\test.c popd