summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..fe7e1b3
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,9 @@
+PLUGINS = skull.c rss.c posts.c
+
+VERSION = 1.0
+PREFIX = /usr/local
+
+CPPFLAGS = -D_DEFAULT_SOURCE
+CFLAGS = ${CPPFLAGS} -O0 -g -DVERSION=\"${VERSION}\"
+# CFLAGS = ${CPPFLAGS} -O3 -pipe -march=native -DVERSION=\"${VERSION}\"
+LDFLAGS = -static