diff --git a/Makefile b/Makefile index 0fbdaff..702a3ff 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,5 @@ +.PHONY: download test fmt check/dependencies check/fmt build build/docker + download: go mod download