Files
clang-p2996/lldb/test/functionalities/breakpoint/dummy_target_breakpoints/Makefile
2014-12-09 01:28:22 +00:00

10 lines
155 B
Makefile

LEVEL = ../../../make
C_SOURCES := main.c
ifneq (,$(findstring icc,$(CC)))
CFLAGS += -debug inline-debug-info
endif
include $(LEVEL)/Makefile.rules