diff --git a/Makefile b/Makefile index 649188f..4328034 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ +ifeq ($(PREFIX),) PREFIX = /usr/local +endif BINS = $(wildcard bin/git-*)