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