Add rebuild target
This commit is contained in:
parent
801f921c3d
commit
a7ae48e582
4
Makefile
4
Makefile
|
@ -12,6 +12,10 @@ live: build/livedisk.bin
|
||||||
|
|
||||||
iso: build/livedisk.iso
|
iso: build/livedisk.iso
|
||||||
|
|
||||||
|
rebuild:
|
||||||
|
touch $(FILESYSTEM_CONFIG)
|
||||||
|
$(MAKE) all
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
cd cookbook && ./clean.sh
|
cd cookbook && ./clean.sh
|
||||||
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
cargo clean --manifest-path cookbook/pkgutils/Cargo.toml
|
||||||
|
|
Loading…
Reference in a new issue