summaryrefslogtreecommitdiff
path: root/st
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-17 14:49:20 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-17 14:49:20 +0900
commit83dcb7e3fd53d32d28effe5b76ced776484726bb (patch)
tree3f03ebfba7ec54974af25909ee71a81eefea87c3 /st
parentd45ea43047acfc7f3885ad22111598a782c8a31c (diff)
modified Makefile
Diffstat (limited to 'st')
-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