forked from OSchip/llvm-project
Renaming to rid of the '++' in the test file name and simplify the Makefile.
llvm-svn: 155521
This commit is contained in:
parent
b1ba1bb194
commit
6381f01012
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue