Skip to content

Commit

Permalink
Remove clean target from Makefile (#738)
Browse files Browse the repository at this point in the history
This commit removes the `clean` target from the `Makefile`:

* We no longer have to deal with downloading `wasi-sdk`
* Given (1), we can simply call `cargo clean` if we want to clean cargo
  artifacts.
  • Loading branch information
saulecabrera authored Aug 27, 2024
1 parent eb7817e commit cc14d0e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,3 @@ fmt-core:
fmt-cli:
cargo fmt --package=javy-cli -- --check
CARGO_PROFILE_RELEASE_LTO=off cargo clippy --package=javy-cli --release --all-targets -- -D warnings

clean: clean-wasi-sdk clean-cargo

clean-cargo:
cargo clean

0 comments on commit cc14d0e

Please sign in to comment.