summaryrefslogtreecommitdiff
path: root/st/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'st/Makefile')
-rw-r--r--st/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/st/Makefile b/st/Makefile
index 02045f0..ca2c21c 100644
--- a/st/Makefile
+++ b/st/Makefile
@@ -54,9 +54,9 @@ install: st
@echo Please see the README file regarding the terminfo entry of st.
uninstall:
- rm -f $(DESTDIR)$(PREFIX)/bin/st
- rm -f $(DESTDIR)$(PREFIX)/bin/st-copyout
- rm -f $(DESTDIR)$(PREFIX)/bin/st-urlhandler
- rm -f $(DESTDIR)$(MANPREFIX)/man1/st.1
+ rm -f $(DESTDIR)$(PREFIX)/bin/st\
+ $(DESTDIR)$(PREFIX)/bin/st-copyout\
+ $(DESTDIR)$(PREFIX)/bin/st-urlhandler\
+ $(DESTDIR)$(MANPREFIX)/man1/st.1
.PHONY: all options clean dist install uninstall