8 lines
104 B
Makefile
8 lines
104 B
Makefile
.PHONY: all
|
|
all:
|
|
./rscons build
|
|
|
|
.PHONY: run
|
|
run:
|
|
qemu-system-x86_64 -bios OVMF.fd -hda build/hos.img
|