llvm-project/lldb/packages/Python/lldbsuite/test/lang/c/blocks/Makefile

7 lines
102 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS_EXTRAS += -fblocks
include $(LEVEL)/Makefile.rules