Jelajahi Sumber

make virtualbox vdi

greatbridf 4 tahun lalu
induk
melakukan
747c03148f
1 mengubah file dengan 3 tambahan dan 0 penghapusan
  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