Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke authored Aug 8, 2024
1 parent f6dc925 commit 4e93c1c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@ check: test lint golangci ## Run all checks locally
update: ## Run dependency updates
@go get -u ./...
@go mod tidy
@cd tools
@go get -u
@go mod tidy
@go -C tools get -u
@go -C tools mod tidy

.PHONY: build ## Build the project
build: clean $(PROJECT_NAME)
Expand Down

0 comments on commit 4e93c1c

Please sign in to comment.