Skip to content

Commit

Permalink
add phony in check and check-wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
SantiagoPittella committed Jul 31, 2024
1 parent 856c323 commit 81ce93c
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 @@ -110,8 +110,10 @@ build-wasm: ## Builds the client library for wasm32

# --- Check ---------------------------------------------------------------------------------------

.PHONY: check
check: ## Builds the CLI binary and client library in release mode
cargo check --release --features $(FEATURES_CLI)

.PHONY: check-wasm
check-wasm: ## Builds the client library for wasm32
cargo check --target wasm32-unknown-unknown --features idxdb,web-tonic --no-default-features --package miden-client

0 comments on commit 81ce93c

Please sign in to comment.