Add rebuild target

This commit is contained in:
Jeremy Soller 2022-08-26 17:47:07 -06:00
parent 801f921c3d
commit a7ae48e582
No known key found for this signature in database
GPG key ID: 87F211AF2BE4C2FE

View file

@ -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