Compare commits

...

6 Commits

Author SHA1 Message Date
mintsuki
0685f1a6b7 Binary release v2.85.4 2022-02-22 00:58:15 +00:00
mintsuki
2bb238d8c1 Binary release v2.85.3 2022-02-21 09:47:41 +00:00
mintsuki
5f73d481e7 Binary release v2.85.2 2022-02-21 00:01:00 +00:00
mintsuki
528fcc5769 Binary release v2.85.1 2022-02-19 17:22:14 +00:00
mintsuki
c585206334 Binary release v2.85 2022-02-18 02:46:29 +00:00
mintsuki
97d2dec312 Binary release v2.84.3 2022-02-14 22:10:37 +00:00
12 changed files with 1212 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.