8 lines
156 B
Makefile
8 lines
156 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m my-base.m
|
|
#OBJC_SOURCES := const-strings.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
LDFLAGS += -framework Foundation
|