util/nvmutil: Add distclean to Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-01-03 01:39:46 +00:00
parent faa78f53c2
commit 1310c9a58c
1 changed files with 4 additions and 1 deletions

View File

@ -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