7 lines
115 B
Makefile
7 lines
115 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJCXX_SOURCES := main.mm
|
|
LDFLAGS += -framework Foundation
|
|
|
|
include $(LEVEL)/Makefile.rules
|