Delete cookbook/repo during clean
This commit is contained in:
parent
ed729eb426
commit
95f7597e43
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -32,6 +32,7 @@ ifeq ($(PODMAN_BUILD),1)
|
|||
$(PODMAN_RUN) $(MAKE) $@
|
||||
else
|
||||
cd cookbook && ./clean.sh
|
||||
-rm -rf cookbook/repo
|
||||
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
||||
cargo clean --manifest-path installer/Cargo.toml
|
||||
cargo clean --manifest-path redoxfs/Cargo.toml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue