Skip to content

Commit 8638fe7

Browse files
authored
Merge pull request #33 from kiela/master
Allow to override Makefile prefix variables
2 parents 9c53028 + 135cb9a commit 8638fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
PREFIX = /usr/local
2-
BINPREFIX = "$(PREFIX)/bin"
1+
PREFIX ?= /usr/local
2+
BINPREFIX ?= "$(PREFIX)/bin"
33

44
LIB=git-recall
55

0 commit comments

Comments
 (0)