Update Makefile

Workaround to install on nixos.
This commit is contained in:
Carlos Lobo 2021-12-11 18:06:44 +00:00 committed by GitHub
parent d0efc579ce
commit 5699920748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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