On Sun, Sep 17, 2023 at 12:11:28AM +0000, Tom Schwindl wrote: > --- > 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 > >
Thanks, I've pushed changes to dwm, dmenu and st to just remove this target. A detailed description of why is in the commit message. -- Kind regards, Hiltjo
