diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:07:14 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-14 01:07:14 +0200 |
commit | 156a69150af8aaafb16e6052f01e91f9184f85f9 (patch) | |
tree | 73e7cf1fc1cf94e5b4bd71e3d3f451ca09ecd7e5 /Makefile | |
parent | General improvements (diff) | |
download | libkeccak-156a69150af8aaafb16e6052f01e91f9184f85f9.tar.gz libkeccak-156a69150af8aaafb16e6052f01e91f9184f85f9.tar.bz2 libkeccak-156a69150af8aaafb16e6052f01e91f9184f85f9.tar.xz |
Fix makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -98,7 +98,7 @@ MAN3 =\ libkeccak_update.3 MAN7 =\ - libkeccak_update.7 + libkeccak.7 all: libkeccak.a libkeccak.$(LIBEXT) test benchmark |