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