aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/functionalities/frame_var/Makefile
blob: 50d4ab65a6ece95e5405455f1e6a59f163a0011b (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../make

C_SOURCES := main.c
CFLAGS_EXTRAS += -std=c99

include $(LEVEL)/Makefile.rules