Uninstall scroll when uninstalling st
This commit is contained in:
parent
67ef1c4d4e
commit
6aee0d97ed
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue