From 8008838abbc659e81de07075f3939b0b8af5ca12 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Fri, 3 Jan 2025 02:05:49 +0000 Subject: util/nvmutil: Don't clean when doing uninstall The user might wish to uninstall, but not remove the build that they just did. The user can still do make clean if they wish. Signed-off-by: Leah Rowe --- util/nvmutil/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil') diff --git a/util/nvmutil/Makefile b/util/nvmutil/Makefile index 317635f3..bd1d70fa 100644 --- a/util/nvmutil/Makefile +++ b/util/nvmutil/Makefile @@ -13,7 +13,7 @@ nvm: nvmutil.c install: install nvm $(DESTDIR)$(PREFIX)/bin/nvm -uninstall: clean +uninstall: rm -f $(DESTDIR)$(PREFIX)/nvm distclean: -- cgit v1.2.1