summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.mk7
1 files changed, 4 insertions, 3 deletions
diff --git a/config.mk b/config.mk
index 5a7da70..7c831ae 100644
--- a/config.mk
+++ b/config.mk
@@ -1,6 +1,3 @@
-# sfeed version
-VERSION = 0.9
-
# customize below to fit your system
# paths
@@ -25,5 +22,9 @@ LDFLAGS = ${LIBS}
#CFLAGS = -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700
#LDFLAGS = -s ${LIBS}
+# uncomment for compat
+CFLAGS += -DCOMPAT
+LDFLAGS += -L. -lcompat
+
# compiler and linker
#CC = cc