xref: /llvm-project/lldb/test/API/commands/expression/import-std-module/iterator/Makefile (revision e2a1a718bbe406289adb695348d2cf8085dfaf25)
1USE_LIBCPP := 1
2CXX_SOURCES := main.cpp
3CXXFLAGS_EXTRAS := -std=c++11
4include Makefile.rules
5