Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/master
/
.
/
test
/
API
/
functionalities
/
interactive_scripted_process
/
Makefile
blob: 669f80a17ae62ef81749d25d970351a5737a2e62 [
file
] [
log
] [
blame
] [
edit
]
CXX_SOURCES
:=
main
.
cpp
CXXFLAGS
=--
std
=
c
++
17
-
g
ARCH
=
$
(
shell uname
-
m
)
ENABLE_THREADS
:=
YES
include
Makefile
.
rules