about summary refs log tree commit diff stats
path: root/make.bat
diff options
context:
space:
mode:
Diffstat (limited to 'make.bat')
-rw-r--r--make.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/make.bat b/make.bat
new file mode 100644
index 0000000..151e0df
--- /dev/null
+++ b/make.bat
@@ -0,0 +1,8 @@
+@echo off
+
+if "%1%" == "clean" (
+	del *.obj *.exe *.lib *.exp *.pdb
+	exit /b
+)
+
+cl /nologo /W3 rf.c ignore.c include\common\strl.c getopt\getopt.c /link /out:rf.exe
\ No newline at end of file