Add rebuild target
This commit is contained in:
parent
801f921c3d
commit
a7ae48e582
1 changed files with 4 additions and 0 deletions
4
Makefile
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue