Skip to content

Commit

Permalink
enhance Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Oct 20, 2022
1 parent f8dd690 commit 0677ff6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rts/Makefile
Expand Up @@ -274,7 +274,9 @@ mo-rts-debug.wasm: $(RTS_RUST_DEBUG_WASM_A) $(TOMMATH_WASM_A) $(MUSL_WASM_A)
--whole-archive \
$+


clippy:
cargo clippy --manifest-path motoko-rts/Cargo.toml

format:
cargo fmt --verbose --manifest-path motoko-rts/Cargo.toml
cargo fmt --verbose --manifest-path motoko-rts-tests/Cargo.toml
Expand Down

0 comments on commit 0677ff6

Please sign in to comment.