blob: 7934cd5db427b7b32fe5225991804f307622ab38 [file] [log] [blame]
LEVEL = ../../../make
C_SOURCES := main.c
ifneq (,$(findstring icc,$(CC)))
CFLAGS += -debug inline-debug-info
endif
include $(LEVEL)/Makefile.rules