mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 19:23:24 +02:00
util/nvmutil: Add uninstall to Makefile
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user