summaryrefslogblamecommitdiffstats
path: root/limine.mk
blob: 796c8bd2f7b9119836a76dc264bb8f17d94ceeca (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                                                   
LIMINE_VERSION := 6.x
LIMINE_GIT := https://github.com/limine-bootloader/limine.git
LIMINE_DIR := $(PWD)/limine

all: $(LIMINE_DIR)

$(LIMINE_DIR):
	git clone $(LIMINE_GIT) --branch=v$(LIMINE_VERSION)-branch-binary --depth=1