summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 20:22:49 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 20:22:49 +0100
commit1f7beb9181acf0f18d37449bb209e92a12572015 (patch)
treeb010a293468e4cf15ce6b034ce7aa0a556b4139c /config.mk
parentfe1706ed5d92e9f3e8f7b5013291d33622bdffd5 (diff)
remove mkfile, update README
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index a1424af..8e23acc 100644
--- a/config.mk
+++ b/config.mk
@@ -27,9 +27,9 @@ LDFLAGS = ${LIBS}
#LDFLAGS = -static -s ${LIBS}
# uncomment for compat
-CFLAGS += -DCOMPAT
+#CFLAGS += -DCOMPAT
# uncomment if your libc doesn't support strlcpy
-EXTRAOBJ = strlcpy.o
+#EXTRAOBJ = strlcpy.o
# compiler and linker
#CC = cc