aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/python_api/value_var_update/Makefile
blob: 4b0e5814e3e3ec7fd8e962af205b452eeb649e8f (plain) (blame)
1
2
3
4
5
6
7
8
LEVEL = ../../make

C_SOURCES := main.c
CFLAGS_EXTRAS += -std=c99
# See TestHelloWorld.py, which specifies the executable name with a dictionary.
EXE := hello_world

include $(LEVEL)/Makefile.rules