rt_replay/build_test.bat
2023-01-16 22:01:20 +01:00

8 lines
110 B
Batchfile

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