Skip to content

Commit

Permalink
Add wallet-core workspace member
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Aug 13, 2024
1 parent ab74a0c commit c7eaecb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ members = [
"contracts/license",

"execution-core",
"wallet-core",

"rusk-prover",

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ test: keys wasm ## Run the tests
$(MAKE) -C ./node-data $@
$(MAKE) -C ./consensus $@
$(MAKE) -C ./node $@
$(MAKE) -C ./wallet-core $@
$(MAKE) -C ./rusk/ $@

clippy: ## Run clippy
Expand All @@ -46,6 +47,7 @@ clippy: ## Run clippy
$(MAKE) -C ./node-data $@
$(MAKE) -C ./consensus $@
$(MAKE) -C ./node $@
$(MAKE) -C ./wallet-core $@
$(MAKE) -C ./rusk/ $@

doc: ## Run doc gen
Expand All @@ -59,6 +61,7 @@ doc: ## Run doc gen
$(MAKE) -C ./rusk-profile $@
$(MAKE) -C ./rusk-prover/ $@
$(MAKE) -C ./rusk-recovery $@
$(MAKE) -C ./wallet-core/ $@

run: keys state web-wallet ## Run the server
$(MAKE) -C ./rusk/ $@
Expand Down

0 comments on commit c7eaecb

Please sign in to comment.