1
0
Fork 0
hash-table/build.bat

12 lines
156 B
Batchfile

@echo off
setlocal
pushd "%~dp0"
if not exist ".\build" mkdir ".\build"
pushd .\build
cl /Zi ..\src\main.c /Feapp.exe /Od /nologo /I..\src
popd .\build