Merge branch 'master' of github.com:LukeSmithxyz/st

This commit is contained in:
Luke Smith 2021-04-05 09:27:08 -04:00
commit ed60a20a11
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -57,6 +57,7 @@ install: st
@echo Please see the README file regarding the terminfo entry of st. @echo Please see the README file regarding the terminfo entry of st.
uninstall: uninstall:
$(MAKE) uninstall -C scroll
rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(PREFIX)/bin/st
rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout
rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler