
nmakeg.exe: ..\nmakeg.c
	cl ..\nmakeg.c

clean:
	-del *.obj

reallyclean: clean
	-del nmakeg.exe

