Sign in
llvm
/
llvm-project
/
lldb
/
3d9504dd83e4233d0abb20559c4a79c060f6af38
/
.
/
test
/
API
/
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