diff options
author | Erik K <erikk@previousplan.org> | 2022-05-13 17:24:26 +0000 |
---|---|---|
committer | Erik K <erikk@previousplan.org> | 2022-05-13 17:24:26 +0000 |
commit | b2fada1dd19211d71e04557653d08e697134a6ce (patch) | |
tree | 063b6d1280193046321db1e53506be5b72d2220f /config.mk |
initial commit
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 9 |
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 |