Binary release v2.84.3

This commit is contained in:
mintsuki 2022-02-14 22:10:37 +00:00
parent 85ebb397c7
commit 97d2dec312
12 changed files with 1210 additions and 1211 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,6 @@ CC ?= cc
INSTALL ?= ./install-sh
PREFIX ?= /usr/local
DESTDIR ?=
CFLAGS ?= -g -O2 -pipe -Wall -Wextra
@ -35,4 +34,4 @@ clean:
rm -f limine-install limine-install.exe
limine-install: limine-install.c
$(CC) $(CFLAGS) -std=c11 limine-install.c -o $@
$(CC) $(CFLAGS) $(LDFLAGS) -std=c11 limine-install.c -o $@

Binary file not shown.

Binary file not shown.

Binary file not shown.

File diff suppressed because it is too large Load Diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.