Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkushinDaniil committed Jan 23, 2025
1 parent 91a17ee commit da2677d
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 da2677d

Please sign in to comment.