Delete cookbook/repo during clean
This commit is contained in:
parent
ed729eb426
commit
95f7597e43
1
Makefile
1
Makefile
|
@ -32,6 +32,7 @@ ifeq ($(PODMAN_BUILD),1)
|
||||||
$(PODMAN_RUN) $(MAKE) $@
|
$(PODMAN_RUN) $(MAKE) $@
|
||||||
else
|
else
|
||||||
cd cookbook && ./clean.sh
|
cd cookbook && ./clean.sh
|
||||||
|
-rm -rf cookbook/repo
|
||||||
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 redoxfs/Cargo.toml
|
cargo clean --manifest-path redoxfs/Cargo.toml
|
||||||
|
|
Loading…
Reference in a new issue