
utfcalc.exe: ..\utfcalc.c
	cl ..\utfcalc.c

clean:
	-del *.obj

reallyclean: clean
	-del utfcalc.exe

