Makefile 142 B

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