summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2022-04-18 19:59:59 -0400
committerLuke Smith <luke@lukesmith.xyz>2022-04-18 19:59:59 -0400
commit3144a61c180b678f6b1c23f06e4b434090199fcb (patch)
tree14c0004d0106b68835404418f963ec9c63a7338f
parent9cabe89a111c1d2e6f25aa6793ca6f955d6e4fef (diff)
remove problematic and obsolete git lines
-rw-r--r--.gitignore1
-rw-r--r--Makefile2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9a45eef..0438df2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ patches/
.gitignore
*.o
st
+*.orig
diff --git a/Makefile b/Makefile
index 0e9d2d9..02045f0 100644
--- a/Makefile
+++ b/Makefile
@@ -40,8 +40,6 @@ dist: clean
rm -rf st-$(VERSION)
install: st
- git submodule init
- git submodule update
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
cp -f st-copyout $(DESTDIR)$(PREFIX)/bin