summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/thread/state_after_expression/Makefile
blob: d7aace51bc825392a712fa8a64a1293be2ec78d6 (plain)
1
2
3
4
5
6
CXX_SOURCES := main.cpp
CFLAGS_EXTRAS := -std=c++11

ENABLE_THREADS := YES

include Makefile.rules