forked from OSchip/llvm-project
11 lines
231 B
Makefile
11 lines
231 B
Makefile
|
LEVEL = ../../make
|
||
|
|
||
|
CXX_SOURCES := main.cpp
|
||
|
LD_EXTRAS ?= -framework LLDB
|
||
|
|
||
|
# Example dictionary to pass to the Python build method:
|
||
|
#
|
||
|
# FRAMEWORK_INCLUDES=-F/Volumes/data/lldb/svn/trunk/build/Debug
|
||
|
|
||
|
include $(LEVEL)/Makefile.rules
|