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

8 lines
119 B
Makefile

LEVEL = ../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
USE_LIBCPP := 1
include $(LEVEL)/Makefile.rules