aboutsummaryrefslogtreecommitdiff
path: root/packages/Python/lldbsuite/test/lang/c/blocks/Makefile
blob: 752b7aed397016e56d9ac596ffa1e61127f74980 (plain) (blame)
1
2
3
4
5
6
LEVEL = ../../../make

C_SOURCES := main.c
CFLAGS_EXTRAS += -fblocks

include $(LEVEL)/Makefile.rules