From d5266d79c2d1af716b94b20a057d77c846677827 Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sat, 4 Nov 2023 12:11:20 +0100 Subject: flake --- Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 470ac86..01a6d06 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,6 @@ 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: -- cgit v1.2.3