From 4cd9bbae3eb75cb70b4d73be6da3a3ebd7675a48 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 5 Apr 2021 09:31:07 -0400 Subject: scroll removed --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index fd5b0a7..0e9d2d9 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,6 @@ dist: clean install: st git submodule init git submodule update - $(MAKE) install -C scroll mkdir -p $(DESTDIR)$(PREFIX)/bin cp -f st $(DESTDIR)$(PREFIX)/bin cp -f st-copyout $(DESTDIR)$(PREFIX)/bin @@ -57,10 +56,9 @@ install: st @echo Please see the README file regarding the terminfo entry of st. uninstall: - $(MAKE) uninstall -C scroll 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 -.PHONY: all options clean dist scroll install uninstall +.PHONY: all options clean dist install uninstall -- cgit v1.2.3