Allow to override Makefile prefix variables

This commit is contained in:
Kamil Kieliszczyk 2017-06-16 15:04:28 +02:00
parent 9c5302802b
commit 135cb9a195
No known key found for this signature in database
GPG key ID: 6C425F73FF6604AF

View file

@ -1,5 +1,5 @@
PREFIX = /usr/local
BINPREFIX = "$(PREFIX)/bin"
PREFIX ?= /usr/local
BINPREFIX ?= "$(PREFIX)/bin"
LIB=git-recall