make run tasks depend on all
This commit is contained in:
parent
06644a02f9
commit
d08d54ecbf
4
Makefile
4
Makefile
@ -3,9 +3,9 @@ all:
|
|||||||
./rscons build
|
./rscons build
|
||||||
|
|
||||||
.PHONY: run-efi
|
.PHONY: run-efi
|
||||||
run-efi:
|
run-efi: all
|
||||||
qemu-system-x86_64 -bios OVMF.fd -hda build/hos-efi.img
|
qemu-system-x86_64 -bios OVMF.fd -hda build/hos-efi.img
|
||||||
|
|
||||||
.PHONY: run-bios
|
.PHONY: run-bios
|
||||||
run-bios:
|
run-bios: all
|
||||||
qemu-system-x86_64 -hda build/hos-bios.img
|
qemu-system-x86_64 -hda build/hos-bios.img
|
||||||
|
Loading…
x
Reference in New Issue
Block a user