Clean relibc when running make clean

This commit is contained in:
Jeremy Soller 2022-07-27 09:43:13 -06:00
parent 2056a668cc
commit f842866d40
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -17,6 +17,7 @@ clean:
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
cargo clean --manifest-path installer/Cargo.toml
cargo clean --manifest-path redoxfs/Cargo.toml
cargo clean --manifest-path relibc/Cargo.toml
-$(FUMOUNT) build/filesystem/ || true
rm -rf build
@ -36,6 +37,7 @@ update:
cargo update --manifest-path cookbook/pkgutils/Cargo.toml
cargo update --manifest-path installer/Cargo.toml
cargo update --manifest-path redoxfs/Cargo.toml
cargo update --manifest-path relibc/Cargo.toml
fetch:
cargo build --manifest-path cookbook/Cargo.toml --release