Makefile 117 B

123456
  1. .PHONY: run
  2. run:
  3. -bochs -f bochs.conf
  4. build/boot.vdi: build/boot.img
  5. VBoxManage convertfromraw $< $@ --format VDI