ObjGUI  Makefile at tip

File win32/Makefile from the latest check-in


PREFIX ?= /usr/local

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

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