Merge pull request #33 from kiela/master

Allow to override Makefile prefix variables
This commit is contained in:
Walid Berrahal 2017-06-16 15:17:50 +01:00 committed by GitHub
commit 8638fe7960

View file

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