no esc update

This commit is contained in:
NatureFreshMilk 2019-01-11 10:50:15 +01:00
parent d02ef19d40
commit 43896a5ac1

View File

@ -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)