mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-23 15:46:00 +01:00
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
|
.gitignore
|
||||||
*.o
|
*.o
|
||||||
st
|
st
|
||||||
|
*.orig
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue