From fbe4bf84f66276d66a81221e91637df12c0dc3f2 Mon Sep 17 00:00:00 2001 From: Spencer Williams Date: Thu, 27 Jul 2023 19:14:54 -0400 Subject: Ensure BINDIR exists when installing --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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: -- cgit v1.2.3