greatbridf 4 年 前
コミット
13f90ef413
1 ファイル変更1 行追加0 行削除
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -4,4 +4,5 @@ run:
 	-bochs -f bochs.conf
 
 build/boot.vdi: build/boot.img
+	-rm build/boot.vdi
 	VBoxManage convertfromraw $< $@ --format VDI