Makefile 130 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 C_SOURCES := main.c ifneq (,$(findstring icc,$(CC))) CFLAGS_EXTRAS := -debug inline-debug-info endif include Makefile.rules