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: 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 PREFIX ?= /usr/local
DESTDIR = DESTDIR ?=
CFLAGS = -O2 -pipe -Wall -Wextra CFLAGS ?= -O2 -pipe -Wall -Wextra
.PHONY: all install clean
.PHONY: all
all: limine-install all: limine-install
.PHONY: install
install: all install: all
install -d '$(DESTDIR)$(PREFIX)/bin' install -d '$(DESTDIR)$(PREFIX)/bin'
install -s limine-install '$(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 BOOTX64.EFI '$(DESTDIR)$(PREFIX)/share/limine/'
install -m 644 BOOTIA32.EFI '$(DESTDIR)$(PREFIX)/share/limine/' install -m 644 BOOTIA32.EFI '$(DESTDIR)$(PREFIX)/share/limine/'
.PHONY: clean
clean: clean:
rm -f limine-install limine-install.exe 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.