Skip to content

Commit

Permalink
fix: include modulegen tidy in tidy-all
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 25, 2024
1 parent cdf541e commit 693e1df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ test-examples:
.PHONY: tidy-all
tidy-all:
$(MAKE) tidy
$(MAKE) -C modulegen tidy
$(MAKE) -C examples tidy-examples
$(MAKE) -C modules tidy-modules

Expand Down

0 comments on commit 693e1df

Please sign in to comment.