ciabatta/test.bat

6 lines
113 B
Batchfile
Raw Normal View History

2023-02-18 14:58:56 +00:00
2023-06-18 10:41:55 +00:00
clang -g test\%1.c -I include utf8.obj -nostdlib -mfma -lciabatta.lib
2023-06-24 04:55:21 +00:00
if %errorlevel%==0 (
"./a.exe"
)