---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index 470ac86407bb..6eb2d9d04852 100644
--- a/Makefile
+++ b/Makefile
@@ -40,7 +40,7 @@ dist: clean
tar -cf - st-$(VERSION) | gzip > st-$(VERSION).tar.gz
rm -rf st-$(VERSION)
-install: st
+install: all
mkdir -p $(DESTDIR)$(PREFIX)/bin
cp -f st $(DESTDIR)$(PREFIX)/bin
chmod 755 $(DESTDIR)$(PREFIX)/bin/st
--
2.40.0- [hackers] [st] [PATCH] Makefile: always output the build o... Tom Schwindl
- Re: [hackers] [st] [PATCH] Makefile: always output th... Hiltjo Posthuma
- Re: [hackers] [st] [PATCH] Makefile: always outpu... David Demelier
