mirror of https://github.com/status-im/fathom.git
specify packr location instead of dotdotdot syntax. closes #196
This commit is contained in:
parent
d6f207d1bc
commit
c82f27f139
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ docker: $(GO_SOURCES)
|
|||
GOOS=linux GOARCH=amd64 $(GOPATH)/bin/packr build -v -ldflags '-w $(LDFLAGS)' -o $(EXECUTABLE) $(MAIN_PKG)
|
||||
|
||||
$(GOPATH)/bin/packr:
|
||||
GOBIN=$(GOPATH)/bin go get github.com/gobuffalo/packr/...
|
||||
GOBIN=$(GOPATH)/bin go get -u github.com/gobuffalo/packr/packr
|
||||
|
||||
.PHONY: npm
|
||||
npm:
|
||||
|
|
Loading…
Reference in New Issue