From f842866d402ed85306c877ef0ef7b7dad1b02ace Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Wed, 27 Jul 2022 09:43:13 -0600 Subject: [PATCH] Clean relibc when running make clean --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f5bf03b..05e351f 100644 --- a/Makefile +++ b/Makefile @@ -17,6 +17,7 @@ clean: 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 -$(FUMOUNT) build/filesystem/ || true rm -rf build @@ -36,6 +37,7 @@ update: cargo update --manifest-path cookbook/pkgutils/Cargo.toml cargo update --manifest-path installer/Cargo.toml cargo update --manifest-path redoxfs/Cargo.toml + cargo update --manifest-path relibc/Cargo.toml fetch: cargo build --manifest-path cookbook/Cargo.toml --release