mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
util/nvmutil: Don't clean when doing uninstall
The user might wish to uninstall, but not remove the build that they just did. The user can still do make clean if they wish. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -13,7 +13,7 @@ nvm: nvmutil.c
|
||||
install:
|
||||
install nvm $(DESTDIR)$(PREFIX)/bin/nvm
|
||||
|
||||
uninstall: clean
|
||||
uninstall:
|
||||
rm -f $(DESTDIR)$(PREFIX)/nvm
|
||||
|
||||
distclean:
|
||||
|
||||
Reference in New Issue
Block a user