Allow specifying BIN as env var in Makefile (#100)

This commit is contained in:
Brett Jones
2020-11-03 08:43:46 -06:00
committed by GitHub
parent 509bb30e6d
commit 99eb2597ee

View File

@@ -1,4 +1,4 @@
BIN = browserpass
BIN ?= browserpass
VERSION = $(shell cat .version)
PREFIX ?= /usr