summaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorErik K <erikk@previousplan.org>2022-05-13 17:24:26 +0000
committerErik K <erikk@previousplan.org>2022-05-13 17:24:26 +0000
commitb2fada1dd19211d71e04557653d08e697134a6ce (patch)
tree063b6d1280193046321db1e53506be5b72d2220f /config.mk
initial commit
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