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:
Greg Clayton 2014-11-12 23:13:23 +00:00
parent 026600d967
commit 5de3d9c031
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
LEVEL = ../../../make
OBJC_SOURCES := main.m
LDFLAGS = $(CFLAGS) -lobjc -framework Foundation
include $(LEVEL)/Makefile.rules