mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
Merge pull request 'nvmutil: make install' (#149) from Riku_V/lbmk:nvmins into master
Reviewed-on: https://codeberg.org/libreboot/lbmk/pulls/149
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
# SPDX-License-Identifier: MIT
|
||||
# SPDX-FileCopyrightText: 2022 Leah Rowe <leah@libreboot.org>
|
||||
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
|
||||
|
||||
CC=cc
|
||||
CFLAGS=-Os -Wall -Wextra -Werror -pedantic
|
||||
PREFIX?=/usr/bin
|
||||
|
||||
all:
|
||||
nvm:
|
||||
$(CC) $(CFLAGS) nvmutil.c -o nvm
|
||||
|
||||
install: nvm
|
||||
install nvm $(PREFIX)/nvm
|
||||
|
||||
clean:
|
||||
rm -f nvm
|
||||
|
||||
Reference in New Issue
Block a user