st

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 80211debaf6f0cbf7be9bc8b2be1f8749202a019
parent fcbfffdfce1b7fd630c33024445c3cac69c9b2a0
Author: AndrewLockVI <andrew@laack.co>
Date:   Wed, 19 Feb 2025 13:59:23 -0600

Updated make file to be original make file

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -41,6 +41,8 @@ install: st mkdir -p $(DESTDIR)$(MANPREFIX)/man1 sed "s/VERSION/$(VERSION)/g" < st.1 > $(DESTDIR)$(MANPREFIX)/man1/st.1 chmod 644 $(DESTDIR)$(MANPREFIX)/man1/st.1 + tic -sx st.info + @echo Please see the README file regarding the terminfo entry of st. uninstall: rm -f $(DESTDIR)$(PREFIX)/bin/st