Skip to content

Commit

Permalink
feat(Makefile): Add build mod tasks to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
kim201212 committed Dec 11, 2024
1 parent 0c3b17b commit e9de95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: mod ## Build the story client.
@go build -o build/story ./client

.PHONY: mod
mod: ## mod: Update all go.mod files.
mod: ## Update all go.mod files.
@go mod tidy

###############################################################################
Expand Down

0 comments on commit e9de95e

Please sign in to comment.