Upgrade cookbook, revert Rust, clean cookbook in make clean, put xargo build in subfolder

This commit is contained in:
Jeremy Soller 2017-06-19 20:15:56 -06:00
parent 54f4078a89
commit 672f8b8297
4 changed files with 4 additions and 2 deletions

View file

@ -8,6 +8,7 @@ live: build/livedisk.bin
iso: build/livedisk.iso
clean:
cd cookbook && ./clean.sh
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
cargo clean --manifest-path installer/Cargo.toml
cargo clean --manifest-path installer/redoxfs/Cargo.toml