Sign in
llvm
/
lldb
/
master
/
.
/
packages
/
Python
/
lldbsuite
/
test
/
python_api
/
hello_world
/
Makefile
blob: 73625f4733f0f530cc2ac16bf68652f3d988a1d5 [
file
] [
log
] [
blame
]
C_SOURCES
:=
main
.
c
# See TestHelloWorld.py, which specifies the executable name with a dictionary.
EXE
:=
hello_world
include
Makefile
.
rules