From 5dd09f585d78adbc0c1689aa19196702fdd29ebd Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Fri, 28 Apr 2017 10:37:39 -0500 Subject: [PATCH] update makefile to better install/generate statik --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index cd3add926..d5f1022d6 100644 --- a/Makefile +++ b/Makefile @@ -51,13 +51,13 @@ generate-protoc: .protoc-gen-gofast go generate github.com/pilosa/pilosa/internal generate-statik: statik - go generate github.com/pilosa/pilosa/handler + go generate github.com/pilosa/pilosa generate: generate-protoc generate-statik statik: ifndef STATIK - go install github.com/rakyll/statik + go get github.com/rakyll/statik endif docker: