diff options
author | Luke Smith <luke@lukesmith.xyz> | 2021-04-05 09:31:07 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2021-04-05 09:31:07 -0400 |
commit | 4cd9bbae3eb75cb70b4d73be6da3a3ebd7675a48 (patch) | |
tree | 6bf024ead12eaf1c74f8d47cac49e4a0c311a59d | |
parent | ed60a20a1137880c37ef7e2e3c8694fd6edc4653 (diff) |
scroll removed
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | Makefile | 4 | ||||
m--------- | scroll | 0 |
3 files changed, 1 insertions, 6 deletions
diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 8fea4d2..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "scroll"] - path = scroll - url = https://github.com/lukesmithxyz/scroll.git @@ -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 diff --git a/scroll b/scroll deleted file mode 160000 -Subproject 28530cbe4d9a1c1d1e54893f5709f9a7c234583 |