llvm/lldb/test/API/functionalities/breakpoint/dummy_target_breakpoints/Makefile

C_SOURCES := main.c

ifeq ($(CC_TYPE), icc)
    CFLAGS_EXTRAS := -debug inline-debug-info
endif

include Makefile.rules