summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 640725b..7e8a569 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ OUTDIR=dist
all: $(LIB)
+$(OUTDIR):
+ mkdir -p $(OUTDIR)
+
$(LIB): $(OBJ)
$(AR) rcs $(OUTDIR)/$(LIB) $(OUTDIR)/$(OBJ)