diff --git a/Makefile b/Makefile index 82e1d65..44fbf9e 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,6 @@ FLAGS?= dependencies: cd $(SRC) && go mod download -x - $(BUILD_TARGET)/$(NAME): cd $(SRC) && \ GOOS=$(GOOS) GOARCH=$(GOARCH) go build -o $(BUILD_TARGET)/$(NAME)