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