summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-callable/Makefile
blob: a42bb089d15a3b03589f250d396cd6b74f4914f6 (plain)
1
2
3
4
5
6
7
LEVEL = ../../../make

CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
USE_LIBCPP := 1

include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud