aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-10-21 17:22:38 +0200
committerMattias Andrée <maandree@kth.se>2020-10-21 17:22:38 +0200
commit0db712267007206d30f74e6b2e856acf8e5502b7 (patch)
tree6a0807871dd8e6c2df2b1fa7a46677e3095f1c40 /config.mk
parentUpdate test for -z (diff)
downloadsha3sum-0db712267007206d30f74e6b2e856acf8e5502b7.tar.gz
sha3sum-0db712267007206d30f74e6b2e856acf8e5502b7.tar.bz2
sha3sum-0db712267007206d30f74e6b2e856acf8e5502b7.tar.xz
Add multicall binary option
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index cd07dc2..abcfadf 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,6 @@
-PREFIX = /usr/local
+PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man
+LIBEXEC = libexec
WARN = -pedantic -Wdouble-promotion -Wformat=2 -Winit-self -Wmissing-include-dirs \
-Wtrampolines -Wfloat-equal -Wshadow -Wmissing-prototypes -Wmissing-declarations \