mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 04:55:50 -04:00

TODO: Add a separate testcase testing *only* Foundation implementation details! <rdar://problem/37252738> llvm-svn: 324655
9 lines
167 B
Makefile
9 lines
167 B
Makefile
LEVEL = ../../../make
|
|
|
|
OBJC_SOURCES := main.m myModule.m
|
|
|
|
include $(LEVEL)/Makefile.rules
|
|
|
|
CFLAGS += $(MANDATORY_MODULE_BUILD_CFLAGS)
|
|
LDFLAGS += -framework Foundation
|