summaryrefslogtreecommitdiff
path: root/Makefile
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 /Makefile
parent9cabe89a111c1d2e6f25aa6793ca6f955d6e4fef (diff)
remove problematic and obsolete git lines
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
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