aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-19 20:06:26 +0200
committerMattias Andrée <maandree@kth.se>2017-10-19 20:06:26 +0200
commite06ed443542d3fbd8a070e08d275db10bec9d353 (patch)
tree62776742bcb8b5aec1d28d604092bc750f0414c6 /config.mk
parentm build system fix (diff)
downloadvtchs-e06ed443542d3fbd8a070e08d275db10bec9d353.tar.gz
vtchs-e06ed443542d3fbd8a070e08d275db10bec9d353.tar.bz2
vtchs-e06ed443542d3fbd8a070e08d275db10bec9d353.tar.xz
Rewrite and relicense
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.mk b/config.mk
new file mode 100644
index 0000000..9e148ca
--- /dev/null
+++ b/config.mk
@@ -0,0 +1,6 @@
+PREFIX = /usr/local
+MANPREFIX = $(PREFIX)/share/man
+
+CFLAGS = -std=c99 -Wall -Wextra -O2
+CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
+LDFLAGS = -s