aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)