Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Jan 22, 2025
1 parent 14e79a3 commit 5b17ac1
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 @@ -62,7 +62,7 @@ generate-buf: ## Generate protobuf files

generate: ## Generate mocks and code
mkdir -p mocks
generate-buf
$(MAKE) generate-buf
go generate ./...

clean-testcache: ## Clean Go test cache
Expand Down

0 comments on commit 5b17ac1

Please sign in to comment.