ObjGUI  Makefile at [d73b4f5e50]

File win32/Makefile artifact 62637a705e part of check-in d73b4f5e50


PREFIX ?= /usr/local

test:
	@objfw-compile -DOG_WIN32 -Wall -g -o test -I../headers *.m

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