ObjGUI  Makefile at [8df3bb5437]

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


PREFIX ?= /usr/local

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

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