paw: boot: Use newest limine version

Signed-off-by: Chloe M. <chloe@mensia.org>
This commit is contained in:
Chloe M.
2026-06-22 02:00:37 +00:00
parent accc3ae2a0
commit 51e4543079
4 changed files with 154 additions and 257 deletions
+1
View File
@@ -12,6 +12,7 @@ include ../../mk/stos.mk
CFILES = $(shell find ../init -name "*.c")
CFILES += $(shell find ../xt -name "*.c")
CFILES += $(shell find ../lib -name "*.c")
CFILES += $(shell find bpal -name "*.c")
DFILES = $(CFILES:.c=.d)
OFILES = $(CFILES:.c=.o)