summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d8fab07..59dcb5e 100644
--- 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: