llvm-project/lldb/test/API/python_api/hello_world/Makefile

6 lines
143 B
Makefile

C_SOURCES := main.c
# See TestHelloWorld.py, which specifies the executable name with a dictionary.
EXE := hello_world
include Makefile.rules