xref: /llvm-project/lldb/test/API/functionalities/thread/state_after_expression/Makefile (revision f4d427326539f007b05378eaf66018c10b651ad0)
1CXX_SOURCES := main.cpp
2CFLAGS_EXTRAS := -std=c++11
3
4ENABLE_THREADS := YES
5
6include Makefile.rules
7