~mariusor/fedbox

ffa0d4f978cb0e285d88333ce7b2a60f83da1e0b — Marius Orcsik a month ago b8ede01
Use go.sum as a target for make to download and clean dependencies
1 files changed, 3 insertions(+), 1 deletions(-)

M Makefile
M Makefile => Makefile +3 -1
@@ 54,7 54,9 @@ help: ## Help target that shows this message.

all: fedbox fedboxctl ##

download: ## Downloads dependencies and tidies the go.mod file.
download: go.sum ## Downloads dependencies and tidies the go.mod file.

go.sum: go.mod
	$(GO) mod download all
	$(GO) mod tidy