Skip to content

Commit

Permalink
Merge pull request #97 from MikeA1/patch-1
Browse files Browse the repository at this point in the history
Update makefile
  • Loading branch information
LoupVaillant authored Jun 18, 2018
2 parents 5614f33 + d7e1ba5 commit 618f75c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,14 @@ tests/vectors.h:
@echo "======================================================"
@echo " I cannot perform the tests without the test vectors."
@echo " You must generate them. This requires Libsodium."
@echo " The fowlowing will generate the test vectors:"
@echo " The following will generate the test vectors:"
@echo ""
@echo " $ cd tests/gen"
@echo " $ make"
@echo ""
@echo " Alternatively, you can grab an official release."
@echo " It will include the test vectors, so you won't"
@echo " need libsodium"
@echo " need libsodium."
@echo "======================================================"
@echo ""
return 1
Expand Down

0 comments on commit 618f75c

Please sign in to comment.