Selaa lähdekoodia

make virtualbox vdi

greatbridf 4 vuotta sitten
vanhempi
commit
747c03148f
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      Makefile

+ 3 - 0
Makefile

@@ -1,3 +1,6 @@
 .PHONY: run
 run:
 	-bochs -f bochs.conf
+
+build/boot.vdi: build/boot.img
+	VBoxManage convertfromraw $< $@ --format VDI