summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 14:36:37 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2015-01-02 14:36:37 +0100
commit4b900bc806614c8db9814eed8e10b80a55b63329 (patch)
tree16612bb9c899274f4aaf78ceb7577b0ea4164c50 /config.mk
parent2213d59d6d59b364160af4f043a75497146ed07e (diff)
config.mk: move version to Makefile, add compat flags
Diffstat (limited to 'config.mk')
-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