8 lines
114 B
Makefile
8 lines
114 B
Makefile
.PHONY: all
|
|
all:
|
|
@./rscons
|
|
|
|
.PHONY: run
|
|
run: all
|
|
qemu-system-x86_64 -bios OVMF.fd -hdb build/e.1/efi-loader.img
|