mirror of
https://github.com/LukeSmithxyz/st.git
synced 2025-04-03 02:11:09 +02:00
Update Makefile
Workaround to install on nixos.
This commit is contained in:
parent
d0efc579ce
commit
5699920748
1 changed files with 0 additions and 2 deletions
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…
Add table
Reference in a new issue