Renaming to rid of the '++' in the test file name and simplify the Makefile.

llvm-svn: 155521
This commit is contained in:
Johnny Chen 2012-04-25 01:20:15 +00:00
parent b1ba1bb194
commit 6381f01012
2 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
LEVEL = ../../../make
OBJCXX_SOURCES := main.mm
include $(LEVEL)/Makefile.rules
LDFLAGS += -framework Foundation
main.o: main.mm
$(CXX) $(CXXFLAGS) -c -o main.o main.mm
include $(LEVEL)/Makefile.rules