xref: /llvm-project/lldb/test/API/commands/expression/expr_inside_lambda/Makefile (revision 8184b252cdab2fbe44f766d6de28b29ebe4c8753)
1CXX_SOURCES := main.cpp
2
3CXXFLAGS_EXTRAS := -std=c++14 -O0 -g
4
5include Makefile.rules
6