diff --git a/Makefile b/Makefile index 19705471..77d152d2 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