summaryrefslogtreecommitdiffstats
path: root/limine.mk
diff options
context:
space:
mode:
authorJon Santmyer <jon@jonsantmyer.com>2024-03-11 21:40:28 -0400
committerJon Santmyer <jon@jonsantmyer.com>2024-03-11 21:40:28 -0400
commit50392995d6e7f3a10fb74bb2f9073a4790f8933c (patch)
treec89b067b3bacf35e092af5c31fb6e6a08921f31c /limine.mk
downloadjove-env-master.tar.gz
jove-env-master.tar.bz2
jove-env-master.zip
simple env with basic test init programHEADmaster
Diffstat (limited to 'limine.mk')
-rw-r--r--limine.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/limine.mk b/limine.mk
new file mode 100644
index 0000000..796c8bd
--- /dev/null
+++ b/limine.mk
@@ -0,0 +1,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
+