ObjGUI  Artifact [62637a705e]

Artifact 62637a705e5a6a6d2309beb55cf3cc6908cc6fc552091fbbc1740d3ce1424242:


PREFIX ?= /usr/local

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

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