diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-03-08 10:40:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-08 10:40:22 -0500 |
commit | d2e4ab7e86082139417cd7d9936f575d0adae6f9 (patch) | |
tree | 742e3914f14d0026f27f559b7a4c1d1378e0010f /Makefile | |
parent | 67ef1c4d4ec3d3a423a078eb746fa2fac4a267e9 (diff) | |
parent | 6aee0d97ed88c7b963a4b4345505f6804b708e31 (diff) |
Merge pull request #282 from sahidvelji/make-uninstall
Uninstall scroll when uninstalling st
Diffstat (limited to 'Makefile')
-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 |