rt_replay/build_test.bat

8 lines
110 B
Batchfile
Raw Normal View History

2023-01-16 22:01:20 +01:00
@echo off
mkdir build
pushd build
clang -o test.exe -Wall -Wextra -Wpedantic -std=c99 -O0 -g ..\test.c
popd