browserpass / browserpass-native

Browserpass native client app
ISC License
394 stars 50 forks source link

Allow specifying BIN in Makefile #100

Closed blockloop closed 4 years ago

blockloop commented 4 years ago

supplying BIN=<path to binary> make <target> does not work for make targets because the Makefile does not allow BIN to be overridden. This fixes this issue.

maximbaz commented 4 years ago

Interesting, so before your change only make BIN=<path to binary> <target> was possible, and now it's possible both ways. Thanks 👍