Skip to content

Commit

Permalink
PR: One command to do all dev gen steps
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Jun 25, 2024
1 parent f627448 commit 438ea1d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -380,3 +380,10 @@ docs\:godoc:
.PHONY: toc
toc:
bash tools/scripts/md-toc/gh-md-toc --insert --no-backup --hide-footer --skip-header README.md

.PHONY: fix
fix:
@$(MAKE) lint\:fix
@$(MAKE) tidy
@$(MAKE) mocks
@$(MAKE) docs

0 comments on commit 438ea1d

Please sign in to comment.