diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-17 14:49:20 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-12-17 14:49:20 +0900 |
| commit | 83dcb7e3fd53d32d28effe5b76ced776484726bb (patch) | |
| tree | 3f03ebfba7ec54974af25909ee71a81eefea87c3 /st | |
| parent | d45ea43047acfc7f3885ad22111598a782c8a31c (diff) | |
modified Makefile
Diffstat (limited to 'st')
| -rw-r--r-- | st/Makefile | 8 |
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 |
