summaryrefslogtreecommitdiff
path: root/lldb/test/API/commands/expression/expr_inside_lambda/Makefile
blob: 2bf27e03bf505ee9c9dfb4c08e1b6daed975fccf (plain)
1
2
3
4
5
CXX_SOURCES := main.cpp

CXXFLAGS_EXTRAS := -std=c++14 -O0 -g

include Makefile.rules