aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-10-15 20:37:24 +0200
committerMattias Andrée <maandree@kth.se>2017-10-15 20:37:24 +0200
commitd4d25a42a8774f9ad00f1754ceb06eb90236ca04 (patch)
treecf79ffc76ce54d37a15b5f8a5747719fe5da3d93
parentMerge pull request #21 from thebombzen/master (diff)
downloadsha3sum-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fce9bfe..7c94a28 100644
--- a/Makefile
+++ b/Makefile
@@ -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)