mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
util/nvmutil: Add distclean to Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# SPDX-License-Identifier: MIT
|
# SPDX-License-Identifier: MIT
|
||||||
# SPDX-FileCopyrightText: 2022 Leah Rowe <leah@libreboot.org>
|
# SPDX-FileCopyrightText: 2022,2025 Leah Rowe <leah@libreboot.org>
|
||||||
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
|
# SPDX-FileCopyrightText: 2023 Riku Viitanen <riku.viitanen@protonmail.com>
|
||||||
|
|
||||||
CC=cc
|
CC=cc
|
||||||
@@ -12,5 +12,8 @@ nvm: nvmutil.c
|
|||||||
install: nvm
|
install: nvm
|
||||||
install nvm $(PREFIX)/nvm
|
install nvm $(PREFIX)/nvm
|
||||||
|
|
||||||
|
distclean:
|
||||||
|
rm -f nvm
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f nvm
|
rm -f nvm
|
||||||
|
|||||||
Reference in New Issue
Block a user