diff --git a/Makefile b/Makefile index e1df6268..0ec60d83 100644 --- a/Makefile +++ b/Makefile @@ -40,14 +40,14 @@ $(DIRS): # Pull go dependencies dep: - @printf "⇒ Tidy requirements : " - CGO_ENABLED=0 \ - GO111MODULE=on \ - go mod tidy -v && echo OK @printf "⇒ Download requirements: " CGO_ENABLED=0 \ GO111MODULE=on \ go mod download && echo OK + @printf "⇒ Tidy requirements : " + CGO_ENABLED=0 \ + GO111MODULE=on \ + go mod tidy -v && echo OK test_dep: @printf "⇒ Install test requirements: "