remove problematic and obsolete git lines
This commit is contained in:
parent
9cabe89a11
commit
3144a61c18
2 changed files with 1 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -2,3 +2,4 @@ patches/
|
|||
.gitignore
|
||||
*.o
|
||||
st
|
||||
*.orig
|
||||
|
|
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue