diff --git a/Makefile b/Makefile index 6045d4f..8adba77 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default: test .PHONY: install install: - go get ./... + go get -t ./... .PHONY: build build: install