From 4defe2c6085f72f6fb9132aaa876f1ac2ab29657 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Jan 2025 01:39:46 +0000 Subject: util/nvmutil: Add distclean to Makefile Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'util') 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 +# SPDX-FileCopyrightText: 2022,2025 Leah Rowe # SPDX-FileCopyrightText: 2023 Riku Viitanen CC=cc @@ -12,5 +12,8 @@ nvm: nvmutil.c install: nvm install nvm $(PREFIX)/nvm +distclean: + rm -f nvm + clean: rm -f nvm -- cgit v1.2.1