From e7e095ca894d42da0b2913a991f0b20e790cd731 Mon Sep 17 00:00:00 2001 From: TomAwezome Date: Thu, 3 Nov 2022 16:32:16 -0400 Subject: [PATCH] Update GNUmakefile --- zealbooter/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zealbooter/GNUmakefile b/zealbooter/GNUmakefile index f724f61a..ff39eaf3 100644 --- a/zealbooter/GNUmakefile +++ b/zealbooter/GNUmakefile @@ -83,7 +83,7 @@ override HEADER_DEPS := $(CFILES:.c=.d) $(ASFILES:.S=.d) all: $(KERNEL) limine.h: - curl https://raw.githubusercontent.com/limine-bootloader/limine/trunk/limine.h -o $@ || cp ../build/limine/limine.h limine.h || echo "ERROR: limine.h not found! Cannot build ZealBooter. " + curl https://raw.githubusercontent.com/limine-bootloader/limine/trunk/limine.h -o $@ || cp ../build/limine/limine.h limine.h || echo "ERROR" # Link rules for the final kernel executable. $(KERNEL): $(OBJ)