diff --git a/Makefile b/Makefile index 0b02497..ea87cea 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ test: $(STATIC_VFS) go test ./... $(STATIC_VFS): - go get -u github.com/mjibson/esc + go get github.com/mjibson/esc ${HOME}/go/bin/esc -o $@ -prefix="static/" -pkg vfs static build: $(STATIC_VFS)