diff options
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ $(TARGET): mpc-bar.m $(CC) $(OBJCFLAGS) $< $(LDFLAGS) -o $@ install: $(TARGET) + install -d $(BINDIR) install -m755 $< $(BINDIR)/$< clean: |
![]() |
index : mpc-bar | |
| macOS menu bar client for the Music Player Daemon |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | Makefile | 1 |
@@ -7,6 +7,7 @@ $(TARGET): mpc-bar.m $(CC) $(OBJCFLAGS) $< $(LDFLAGS) -o $@ install: $(TARGET) + install -d $(BINDIR) install -m755 $< $(BINDIR)/$< clean: |