summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.bat b/build.bat
index 449d6e2..3eb953f 100644
--- a/build.bat
+++ b/build.bat
@@ -1,2 +1,4 @@
+del aout.exe
+del %1.obj
cl /W3 /MT /nologo /Yd /Zi -I. -D_WIN32_WINNT=0x400 -DSTDCALL=_stdcall -c %1.c
cl /Feaout.exe /Zi %1.obj pthread.lib