llvm-project/lldb/packages/Python/lldbsuite/test/functionalities/ubsan/user-expression/Makefile

7 lines
117 B
Makefile

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