erlangpack / bcrypt

Erlang wrapper for OpenBSD's Blowfish password hashing code
https://hex.pm/packages/bcrypt
Other
16 stars 19 forks source link

Fix typo in Makefile preventing `make test` #33

Closed choptastic closed 1 year ago

choptastic commented 1 year ago

This is just a quick fix to the makefile where make test always just says "test is up to date" because the .PHONY has "tests" instead of "test."

mworrell commented 1 year ago

Nice catch :-)

mworrell commented 1 year ago

Thanks!