[#48] fix quoting for "make install" so it actually installs to homedir

This commit is contained in:
Cory Bennett
2016-08-01 11:31:06 -07:00
parent adc08935b4
commit dfb10740f5
+1 -1
View File
@@ -72,7 +72,7 @@ fmt:
gofmt -s -w main/*.go *.go
install:
${MAKE} GOBIN=~/bin build
${MAKE} GOBIN=$$HOME/bin build
NEWVER ?= $(shell echo $(CURVER) | awk -F. '{print $$1"."$$2"."$$3+1}')
TODAY := $(shell date +%Y-%m-%d)