From: John Tsiombikas Date: Sun, 30 May 2021 12:37:46 +0000 (+0300) Subject: run rule X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=efitest1;a=commitdiff_plain run rule --- diff --git a/Makefile b/Makefile index 238933f..46739e6 100644 --- a/Makefile +++ b/Makefile @@ -37,3 +37,7 @@ disk.img: part.img .PHONY: clean clean: rm -f $(obj) $(efibin) $(efiso) *.img + +.PHONY: run +run: disk.img + qemu-system-x86_64 -bios /usr/share/ovmf/OVMF.fd -hda $<