Add distclean target
This commit is contained in:
parent
971ca0efc6
commit
6a1cc74c80
5
Makefile
5
Makefile
|
@ -12,10 +12,15 @@ clean:
|
||||||
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
||||||
cargo clean --manifest-path installer/Cargo.toml
|
cargo clean --manifest-path installer/Cargo.toml
|
||||||
cargo clean --manifest-path kernel/Cargo.toml
|
cargo clean --manifest-path kernel/Cargo.toml
|
||||||
|
cargo clean --manifest-path kernel/syscall/Cargo.toml
|
||||||
cargo clean --manifest-path redoxfs/Cargo.toml
|
cargo clean --manifest-path redoxfs/Cargo.toml
|
||||||
-$(FUMOUNT) build/filesystem/ || true
|
-$(FUMOUNT) build/filesystem/ || true
|
||||||
rm -rf build
|
rm -rf build
|
||||||
|
|
||||||
|
distclean:
|
||||||
|
make clean
|
||||||
|
cd cookbook && ./unfetch.sh
|
||||||
|
|
||||||
pull:
|
pull:
|
||||||
git pull --recurse-submodules
|
git pull --recurse-submodules
|
||||||
git submodule sync --recursive
|
git submodule sync --recursive
|
||||||
|
|
Loading…
Reference in a new issue