util/nvmutil: Add uninstall to Makefile

Signed-off-by: Leah Rowe <leah@libreboot.org>
master
Leah Rowe 2025-01-03 01:41:46 +00:00
parent 1310c9a58c
commit ba71891687
1 changed files with 3 additions and 0 deletions

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