From 56999207487467b7b45cbdd5ef7aae02f0ffa781 Mon Sep 17 00:00:00 2001 From: Carlos Lobo <86011416+CarlosLoboxyz@users.noreply.github.com> Date: Sat, 11 Dec 2021 18:06:44 +0000 Subject: [PATCH] Update Makefile Workaround to install on nixos. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 0e9d2d9..02045f0 100644 --- a/Makefile +++ b/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