forked from OSchip/llvm-project
Add a makefile even though it isn't used by the test in case we need to debug it when it fails.
llvm-svn: 221828
This commit is contained in:
parent
026600d967
commit
5de3d9c031
|
@ -0,0 +1,6 @@
|
|||
LEVEL = ../../../make
|
||||
|
||||
OBJC_SOURCES := main.m
|
||||
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
|
||||
|
||||
include $(LEVEL)/Makefile.rules
|
Loading…
Reference in New Issue