util/nvmutil: Add distclean to Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
faa78f53c2
commit
1310c9a58c
|
@ -1,5 +1,5 @@
|
|||
# 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>
|
||||
|
||||
CC=cc
|
||||
|
@ -12,5 +12,8 @@ nvm: nvmutil.c
|
|||
install: nvm
|
||||
install nvm $(PREFIX)/nvm
|
||||
|
||||
distclean:
|
||||
rm -f nvm
|
||||
|
||||
clean:
|
||||
rm -f nvm
|
||||
|
|
Loading…
Reference in New Issue