From ff86d9ad501fc1b7eaebbf58f05c7199bb872f4b Mon Sep 17 00:00:00 2001 From: "Michael D. Lowis" Date: Tue, 21 Feb 2017 20:54:29 -0500 Subject: [PATCH] Remove unused config.mk --- config.mk | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 config.mk diff --git a/config.mk b/config.mk deleted file mode 100644 index b4b59ae..0000000 --- a/config.mk +++ /dev/null @@ -1,17 +0,0 @@ -#------------------------------------------------------------------------------ -# User and Platform Specific Configuration Options -#------------------------------------------------------------------------------ -# Override the tools used with platform specific ones -#CC = cc -#LD = ${CC} -#AR = ar - -# GCC dependency generation -#COMPILE += && ${CC} ${INCS} -MM -MT $@ -MF ${@:.o=.d} ${<:.o=.c} - -# Enable output of debug symbols -#CFLAGS += -g - -# Enable output of coverage information -#CFLAGS += --coverage -#LDFLAGS += --coverage -- 2.49.0