forked from OSchip/llvm-project
[ObjC] Add a Makefile for the test added in r333465.
Not strictly necessary, but makes the test more robust in case we end up changing the defaults. <rdar://problem/40622096> llvm-svn: 333466
This commit is contained in:
parent
d9b9c919bc
commit
6592c7c921
|
@ -0,0 +1,6 @@
|
|||
LEVEL = ../../../make
|
||||
|
||||
OBJC_SOURCES := main.m
|
||||
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
Loading…
Reference in New Issue