mpc-bar

macOS menu bar client for the Music Player Daemon
Log | Files | Refs | README | LICENSE

commit fbe4bf84f66276d66a81221e91637df12c0dc3f2
parent b52ea8be231f9fe9bd783567529565ee74a0d0b1
Author: Spencer Williams <spnw@plexwave.org>
Date:   Thu, 27 Jul 2023 19:14:54 -0400

Ensure BINDIR exists when installing

Diffstat:
MMakefile | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -7,6 +7,7 @@ $(TARGET): mpc-bar.m $(CC) $(OBJCFLAGS) $< $(LDFLAGS) -o $@ install: $(TARGET) + install -d $(BINDIR) install -m755 $< $(BINDIR)/$< clean: