From 33653ff943cdc33a4b9797253c545d02f50921c9 Mon Sep 17 00:00:00 2001 From: Eliot Whalan Date: Fri, 15 Jul 2016 15:13:59 +1000 Subject: [PATCH] Update makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a084126..f46238a 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ install: go get github.com/ChannelMeter/iso8601duration test: install - go test $(GOFLAGS) ./... + go install $(GOFLAGS) ./... bench: install go test -run=NONE -bench=. $(GOFLAGS) ./...