This repository has been archived on 2025-06-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
ObjGUI.old/win32/Makefile

7 lines
117 B
Makefile

PREFIX ?= /usr/local
test:
@objfw-compile -DOG_WIN32 -Wall -g -o test -I../headers *.m
clean:
rm -f *.exe *.o *~