Sign in
llvm
/
llvm-project
/
6274cdb9a6714908c8a4e30d2ef0bf22a6949065
/
.
/
lldb
/
test
/
API
/
python_api
/
hello_world
/
Makefile
blob: 73625f4733f0f530cc2ac16bf68652f3d988a1d5 [
file
]
C_SOURCES
:=
main
.
c
# See TestHelloWorld.py, which specifies the executable name with a dictionary.
EXE
:=
hello_world
include
Makefile
.
rules