Parcourir la source

make virtualbox vdi

greatbridf il y a 4 ans
Parent
commit
747c03148f
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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