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