소스 검색

make virtualbox vdi

greatbridf 4 년 전
부모
커밋
747c03148f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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