From d6807c0306e2e67ec2a439d23164a44cf485c449 Mon Sep 17 00:00:00 2001 From: hellisabove Date: Sun, 24 Aug 2025 12:07:09 +0300 Subject: [PATCH] Fixed the curl command for limine protocol header --- zealbooter/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zealbooter/GNUmakefile b/zealbooter/GNUmakefile index 33ab09bc..28fea62b 100644 --- a/zealbooter/GNUmakefile +++ b/zealbooter/GNUmakefile @@ -94,7 +94,7 @@ all: bin/$(OUTPUT) -include $(HEADER_DEPS) src/limine.h: - curl -Lo $@ https://github.com/limine-bootloader/limine/raw/trunk/limine.h || cp ../build/limine/limine.h src/limine.h || echo "ERROR" + curl -Lo $@ https://raw.githubusercontent.com/limine-bootloader/limine-protocol/refs/heads/trunk/include/limine.h || cp ../build/limine/limine.h src/limine.h || echo "ERROR" # Link rules for the final executable. bin/$(OUTPUT): GNUmakefile linker.ld $(OBJ)