Johnny Chen 8d798eb3c6 Move struct_types, stepping, and set_values dirs to now reside under lang/c.
Move stl dir to now reside under lang/cpp.

llvm-svn: 133884
2011-06-25 21:07:03 +00:00

7 lines
116 B
Makefile

LEVEL = ../../../make
CXX_SOURCES := main.cpp
CFLAGS :=-arch x86_64 -gdwarf-2 -Os
include $(LEVEL)/Makefile.rules