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