which hosts the Makefile.rules and modified most of the Makefiles under each test case directories to utilize Mekefile.rules. Added a description of 'make' directory into README-TestSuite file. llvm-svn: 111868
7 lines
110 B
Makefile
7 lines
110 B
Makefile
LEVEL = ../make
|
|
|
|
CXX_SOURCES := main.cpp
|
|
CFLAGS :=-arch x86_64 -gdwarf-2 -Os
|
|
|
|
include $(LEVEL)/Makefile.rules
|