7 lines
117 B
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 *~
|