bastd/build.bat

8 lines
85 B
Batchfile
Raw Normal View History

@echo off
if not exist build\ mkdir build
pushd build
cl /Zi ..\main.c
popd