ObjGUI  Makefile at [8bf49d5900]

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


PREFIX ?= /usr/local

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

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