summaryrefslogtreecommitdiff
path: root/lldb/test/API/functionalities/interactive_scripted_process/Makefile
blob: 669f80a17ae62ef81749d25d970351a5737a2e62 (plain)
1
2
3
4
5
6
7
CXX_SOURCES := main.cpp
CXXFLAGS=--std=c++17 -g
ARCH=$(shell uname -m)
ENABLE_THREADS := YES

include Makefile.rules