xref: /llvm-project/lldb/test/API/lang/cpp/std-function-step-into-callable/Makefile (revision 99451b4453688a94c6014cac233d371ab4cc342d)
1CXX_SOURCES := main.cpp
2CXXFLAGS_EXTRAS := -std=c++11
3USE_LIBCPP := 1
4
5include Makefile.rules
6