llvm-project/lldb/packages/Python/lldbsuite/test/lang/cpp/std-function-step-into-call.../Makefile

6 lines
87 B
Makefile

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