7 lines
113 B
Makefile
7 lines
113 B
Makefile
LEVEL = ../../../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
LDFLAGS += -framework Accelerate
|