]> git.mdlowis.com Git - projs/libcds.git/commitdiff
Added reference config.mk file
authorMichael D. Lowis <mike@mdlowis.com>
Wed, 30 Dec 2015 02:36:58 +0000 (21:36 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Wed, 30 Dec 2015 02:36:58 +0000 (21:36 -0500)
config.mk [new file with mode: 0644]

diff --git a/config.mk b/config.mk
new file mode 100644 (file)
index 0000000..b4b59ae
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,17 @@
+#------------------------------------------------------------------------------
+# 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