ObjGUI  Makefile at trunk

File win32/Makefile artifact 62637a705e on branch trunk


PREFIX ?= /usr/local

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

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