mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +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 $(PREFIX)/nvm
|
||||
|
||||
uninstall: clean
|
||||
rm -f $(PREFIX)/nvm
|
||||
|
||||
distclean:
|
||||
rm -f nvm
|
||||
|
||||
|
||||
Reference in New Issue
Block a user