summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-01-03 01:39:46 +0000
committerLeah Rowe <leah@libreboot.org>2025-01-03 01:39:46 +0000
commit4defe2c6085f72f6fb9132aaa876f1ac2ab29657 (patch)
tree0f603e6f3c084429bd902558159ff1c3a277e57f /util
parent033e4cd9d50767b3e9d8d9d950c622c2f075a878 (diff)
util/nvmutil: Add distclean to Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util')
-rw-r--r--util/nvmutil/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile
index f25f6dd5..2d646a44 100644
--- a/util/nvmutil/Makefile
+++ b/util/nvmutil/Makefile
@@ -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