Skip to content

Commit

Permalink
Makefile: Add execution-core to 'clippy and doc` rule
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Aug 13, 2024
1 parent 9a7d91a commit 02eb678
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test: keys wasm ## Run the tests
$(MAKE) -C ./rusk/ $@

clippy: ## Run clippy
$(MAKE) -C ./execution-core/ $@
$(MAKE) -j -C ./circuits $@
$(MAKE) -j1 -C ./contracts $@
$(MAKE) -C ./rusk-abi $@
Expand All @@ -49,6 +50,7 @@ clippy: ## Run clippy
$(MAKE) -C ./rusk/ $@

doc: ## Run doc gen
$(MAKE) -C ./execution-core/ $@
$(MAKE) -j -C ./circuits $@
$(MAKE) -C ./consensus $@
$(MAKE) -j1 -C ./contracts $@
Expand Down

0 comments on commit 02eb678

Please sign in to comment.