Binary release v2.74

This commit is contained in:
mintsuki 2022-01-02 12:21:04 +00:00
parent 431e506371
commit 1ab351f25d
12 changed files with 8 additions and 7 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,4 +1,4 @@
Copyright 2019, 2020, 2021 mintsuki and contributors.
Copyright 2019, 2020, 2021, 2022 mintsuki and contributors.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

View File

@ -1,14 +1,14 @@
CC = cc
CC ?= cc
PREFIX = /usr/local
DESTDIR =
PREFIX ?= /usr/local
DESTDIR ?=
CFLAGS = -O2 -pipe -Wall -Wextra
.PHONY: all install clean
CFLAGS ?= -O2 -pipe -Wall -Wextra
.PHONY: all
all: limine-install
.PHONY: install
install: all
install -d '$(DESTDIR)$(PREFIX)/bin'
install -s limine-install '$(DESTDIR)$(PREFIX)/bin/'
@ -21,6 +21,7 @@ install: all
install -m 644 BOOTX64.EFI '$(DESTDIR)$(PREFIX)/share/limine/'
install -m 644 BOOTIA32.EFI '$(DESTDIR)$(PREFIX)/share/limine/'
.PHONY: clean
clean:
rm -f limine-install limine-install.exe

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.