From b6d044a40899321a24cb99d6b37e6af2933aba2d Mon Sep 17 00:00:00 2001 From: John Tsiombikas Date: Sun, 30 May 2021 15:37:46 +0300 Subject: [PATCH] run rule --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) 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 $< -- 1.7.10.4