diff --git a/Makefile b/Makefile index 5f47754..7840d57 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -PREFIX = /usr/local -BINPREFIX = "$(PREFIX)/bin" +PREFIX ?= /usr/local +BINPREFIX ?= "$(PREFIX)/bin" LIB=git-recall