diff options
author | Mattias Andrée <maandree@kth.se> | 2017-10-15 20:37:24 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-10-15 20:37:24 +0200 |
commit | d4d25a42a8774f9ad00f1754ceb06eb90236ca04 (patch) | |
tree | cf79ffc76ce54d37a15b5f8a5747719fe5da3d93 | |
parent | Merge pull request #21 from thebombzen/master (diff) | |
download | sha3sum-d4d25a42a8774f9ad00f1754ceb06eb90236ca04.tar.gz sha3sum-d4d25a42a8774f9ad00f1754ceb06eb90236ca04.tar.bz2 sha3sum-d4d25a42a8774f9ad00f1754ceb06eb90236ca04.tar.xz |
make check: build binaries1.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ rawshake%sum.c: shake%sum.c: printf '%s\n' '#include "common.h"' 'SHAKE_MAIN($*)' > $@ -check: +check: $(BIN) ./test install: $(BIN) $(MAN1) |