1
0
Fork 0
arena-allocator/build.bat

12 lines
147 B
Batchfile
Raw Normal View History

2024-04-21 09:04:21 +00:00
@echo off
setlocal
pushd "%~dp0"
if not exist ".\build" mkdir ".\build"
pushd .\build
cl /Zi ..\src\main.c /Feapp.exe /Od /nologo
popd .\build