CFLAGS = -nologo -MT -O2 -I..
luatest.exe: luatest.obj
	$(CC) -Fe$@ $<

luatest.obj: luatest.c
	$(CC) $(CFLAGS) -c $<

clean::
	rm -f *~ *.obj *.exe
