about summary refs log blame commit diff stats
path: root/make.bat
blob: 151e0df4426942278f7a9771aed73023c5f45210 (plain) (tree)
1
2
3
4
5
6
7
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