From 43896a5ac14b3db2d73c439b177f75f9c6214b66 Mon Sep 17 00:00:00 2001 From: NatureFreshMilk Date: Fri, 11 Jan 2019 10:50:15 +0100 Subject: [PATCH] no esc update --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)