Skip to content

Commit

Permalink
Make lib dir so make doesn't complain.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lynch committed Oct 15, 2011
1 parent b02b37c commit baa133b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ BIN = $(LIBDIR)/$(LIB)
all: $(BIN)

$(BIN): $(OBJ)
mkdir -p $(LIBDIR)
$(DELETER) $(BIN)
ar r $(BIN) $(OBJ)
ranlib $(BIN)
Expand Down

0 comments on commit baa133b

Please sign in to comment.