diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-04-05 09:27:08 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-04-05 09:27:08 -0400 |
commit | ed60a20a1137880c37ef7e2e3c8694fd6edc4653 (patch) | |
tree | fea7a7d2b3a26feb388d1c0641fc6c6c9294effc | |
parent | 60add40bd1bcb1548fe264c8e809910049b2676e (diff) | |
parent | d2e4ab7e86082139417cd7d9936f575d0adae6f9 (diff) |
Merge branch 'master' of github.com:LukeSmithxyz/st
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ install: st @echo Please see the README file regarding the terminfo entry of st. uninstall: + $(MAKE) uninstall -C scroll rm -f $(DESTDIR)$(PREFIX)/bin/st rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler |