llvm-project/lldb/packages/Python/lldbsuite/test/arm/breakpoint-thumb-codesection/Makefile

6 lines
96 B
Makefile

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