aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-14 13:18:19 +0200
committerMattias Andrée <maandree@kth.se>2017-10-14 13:18:19 +0200
commit47caacbfc9870db62552138baf3805e4ffc99778 (patch)
tree43803b19807bc472bdca13c872a7eb765552af1a /Makefile
parentUpdate readme (diff)
downloadsha3sum-47caacbfc9870db62552138baf3805e4ffc99778.tar.gz
sha3sum-47caacbfc9870db62552138baf3805e4ffc99778.tar.bz2
sha3sum-47caacbfc9870db62552138baf3805e4ffc99778.tar.xz
Use arg.h instead of argparser
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 007ad42..8981243 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@ BIN =\
shake512sum
MAN1 = $(BIN:=.1)
-HDR = common.h
+HDR = arg.h common.h
keccak-224sum = Keccak-224
keccak-256sum = Keccak-256