util/nvmutil: Add uninstall to Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2025-01-03 01:41:46 +00:00
parent 4defe2c608
commit 57f9906f6d
+3
View File
@@ -12,6 +12,9 @@ nvm: nvmutil.c
install: nvm
install nvm $(PREFIX)/nvm
uninstall: clean
rm -f $(PREFIX)/nvm
distclean:
rm -f nvm