Skip to content

Commit

Permalink
workspace: Move rusk-abi to dusk-vm
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Dec 20, 2024
1 parent 5bec1f6 commit 976c723
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ help: ## Display this help screen
awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}'

abi: ## Build the ABI
$(MAKE) -C ./rusk-abi all
$(MAKE) -C ./vm all

keys: ## Create the keys for the circuits
$(MAKE) -C ./rusk recovery-keys
Expand All @@ -22,7 +22,7 @@ contracts: ## Execute the test for all contracts
$(MAKE) -j1 -C ./contracts all

test: keys wasm ## Run the tests
$(MAKE) -C ./rusk-abi/ $@
$(MAKE) -C ./vm/ $@
$(MAKE) -C ./core/ $@
$(MAKE) state
$(MAKE) -j1 -C ./contracts $@
Expand All @@ -38,7 +38,7 @@ test: keys wasm ## Run the tests
clippy: ## Run clippy
$(MAKE) -C ./core/ $@
$(MAKE) -j1 -C ./contracts $@
$(MAKE) -C ./rusk-abi $@
$(MAKE) -C ./vm $@
$(MAKE) -C ./rusk-profile $@
$(MAKE) -C ./rusk-recovery $@
$(MAKE) -C ./rusk-prover/ $@
Expand All @@ -56,7 +56,7 @@ doc: ## Run doc gen
$(MAKE) -C ./node $@
$(MAKE) -C ./node-data $@
$(MAKE) -C ./rusk/ $@
$(MAKE) -C ./rusk-abi $@
$(MAKE) -C ./vm $@
$(MAKE) -C ./rusk-profile $@
$(MAKE) -C ./rusk-prover/ $@
$(MAKE) -C ./rusk-recovery $@
Expand Down

0 comments on commit 976c723

Please sign in to comment.