Make image target remove live disk too
This commit is contained in:
parent
f823cce0aa
commit
48a011a66a
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ live: $(BUILD)/livedisk.iso
|
|||
image:
|
||||
-$(FUMOUNT) $(BUILD)/filesystem/ || true
|
||||
-$(FUMOUNT) /tmp/redox_installer/ || true
|
||||
rm -rf $(BUILD)/harddrive.img
|
||||
rm -f $(BUILD)/harddrive.img $(BUILD)/livedisk.iso
|
||||
$(MAKE) all
|
||||
|
||||
rebuild:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue