llvm-project/lldb/test/api/check_public_api_headers/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