Closed blockloop closed 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.
BIN=<path to binary> make <target>
Interesting, so before your change only make BIN=<path to binary> <target> was possible, and now it's possible both ways. Thanks 👍
make BIN=<path to binary> <target>
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.