util/nvmutil: Add uninstall to Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>master
parent
1310c9a58c
commit
ba71891687
|
@ -12,6 +12,9 @@ nvm: nvmutil.c
|
|||
install: nvm
|
||||
install nvm $(PREFIX)/nvm
|
||||
|
||||
uninstall: clean
|
||||
rm -f $(PREFIX)/nvm
|
||||
|
||||
distclean:
|
||||
rm -f nvm
|
||||
|
||||
|
|
Loading…
Reference in New Issue