Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / lldb / test / API / python_api / hello_world / Makefile
blob73625f4733f0f530cc2ac16bf68652f3d988a1d5
1 C_SOURCES := main.c
2 # See TestHelloWorld.py, which specifies the executable name with a dictionary.
3 EXE := hello_world
5 include Makefile.rules