From 1f4aa8826399c86961db0ba48927b766105b43f3 Mon Sep 17 00:00:00 2001 From: Michael Christenson II Date: Thu, 22 Oct 2020 13:57:16 -0400 Subject: [PATCH] Trim extra line --- Makefile | 1 - 1 file changed, 1 deletion(-) 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)