From 069870cd0d24adcedd0b9ca31df4b40f84128753 Mon Sep 17 00:00:00 2001 From: kamkow1 Date: Sat, 16 Aug 2025 21:42:38 +0200 Subject: [PATCH] Use latest limine --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Makefile b/Makefile index f29f2b0..756660c 100644 --- a/Makefile +++ b/Makefile @@ -5,12 +5,8 @@ all: prepare: if [ ! -d limine ]; then \ - mkdir limine; \ + git clone https://github.com/limine-bootloader/limine.git --branch=v9.x-binary --depth=1; \ cd limine; \ - git init; \ - git remote add origin https://github.com/limine-bootloader/limine.git; \ - git fetch origin 9246bb78f446962aae5b0a291db4be32f9866ba6; \ - git reset --hard FETCH_HEAD; \ make; \ fi