diff options
Diffstat (limited to 'lldb/test/python_api/hello_world/Makefile')
-rw-r--r-- | lldb/test/python_api/hello_world/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/python_api/hello_world/Makefile b/lldb/test/python_api/hello_world/Makefile index b20956475b1..9976203b63b 100644 --- a/lldb/test/python_api/hello_world/Makefile +++ b/lldb/test/python_api/hello_world/Makefile @@ -1,6 +1,7 @@ LEVEL = ../../make C_SOURCES := main.c +# See TestHelloWorld.py, which specifies the executable name with a dictionary. EXE := hello_world include $(LEVEL)/Makefile.rules |