diff options
author | Mattias Andrée <maandree@kth.se> | 2020-10-21 17:22:38 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2020-10-21 17:22:38 +0200 |
commit | 0db712267007206d30f74e6b2e856acf8e5502b7 (patch) | |
tree | 6a0807871dd8e6c2df2b1fa7a46677e3095f1c40 /config.mk | |
parent | Update test for -z (diff) | |
download | sha3sum-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.mk | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 \ |