Kaynağa Gözat

make virtualbox vdi

greatbridf 4 yıl önce
ebeveyn
işleme
747c03148f
1 değiştirilmiş dosya ile 3 ekleme ve 0 silme
  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