Files
clang-p2996/lldb/test/API/functionalities/interactive_scripted_process/Makefile
2023-04-25 15:19:57 -07:00

8 lines
118 B
Makefile

CXX_SOURCES := main.cpp
CXXFLAGS=--std=c++17 -g
ARCH=$(shell uname -m)
ENABLE_THREADS := YES
include Makefile.rules