From 6a24a7b5341bfd5c1c8695f2a777dccd60f055a8 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Thu, 21 Nov 2024 21:08:42 +0000 Subject: [PATCH] Fix the recipe operations --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index 8532c8e..6093870 100644 --- a/Makefile +++ b/Makefile @@ -34,7 +34,6 @@ ifeq ($(PODMAN_BUILD),1) 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 cargo clean --manifest-path relibc/Cargo.toml