Use latest limine
This commit is contained in:
6
Makefile
6
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
|
||||
|
||||
|
Reference in New Issue
Block a user