remove problematic and obsolete git lines

This commit is contained in:
Luke Smith 2022-04-18 19:59:59 -04:00
parent 9cabe89a11
commit 3144a61c18
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ patches/
.gitignore .gitignore
*.o *.o
st st
*.orig

View File

@ -40,8 +40,6 @@ dist: clean
rm -rf st-$(VERSION) rm -rf st-$(VERSION)
install: st install: st
git submodule init
git submodule update
mkdir -p $(DESTDIR)$(PREFIX)/bin mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin cp -f st $(DESTDIR)$(PREFIX)/bin
cp -f st-copyout $(DESTDIR)$(PREFIX)/bin cp -f st-copyout $(DESTDIR)$(PREFIX)/bin