From a7ae48e58282a2d563b3fd7962790bf558b86f49 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 26 Aug 2022 17:47:07 -0600 Subject: [PATCH] Add rebuild target --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1970547..77d152d 100644 --- a/Makefile +++ b/Makefile @@ -12,6 +12,10 @@ live: build/livedisk.bin iso: build/livedisk.iso +rebuild: + touch $(FILESYSTEM_CONFIG) + $(MAKE) all + clean: cd cookbook && ./clean.sh cargo clean --manifest-path cookbook/pkgutils/Cargo.toml