add Makefile and run target

This commit is contained in:
Josh Holtrop 2020-03-31 15:45:29 -04:00
parent 585c91f975
commit 7b0f95d924

7
Makefile Normal file
View File

@ -0,0 +1,7 @@
.PHONY: all
all:
@./rscons
.PHONY: run
run:
qemu-system-x86_64 -bios OVMF.fd -usb -usbdevice disk::build/e.1/efi-loader.img