From d08d54ecbf6e7fb01b7e6c90b34a2fa2904f787f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sun, 18 Oct 2020 13:29:56 -0400 Subject: [PATCH] make run tasks depend on all --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index fb7a020..d003b72 100644 --- a/Makefile +++ b/Makefile @@ -3,9 +3,9 @@ all: ./rscons build .PHONY: run-efi -run-efi: +run-efi: all qemu-system-x86_64 -bios OVMF.fd -hda build/hos-efi.img .PHONY: run-bios -run-bios: +run-bios: all qemu-system-x86_64 -hda build/hos-bios.img