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 <leah@libreboot.org>
master
Leah Rowe 2025-01-03 02:05:49 +00:00
parent 982f257f58
commit 8008838abb
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ nvm: nvmutil.c
install:
install nvm $(DESTDIR)$(PREFIX)/bin/nvm
uninstall: clean
uninstall:
rm -f $(DESTDIR)$(PREFIX)/nvm
distclean: