diff --git a/Makefile b/Makefile index 0986554..dd0c15d 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ $(OBJDIR)/%.o: $(SRCDIR)/%.c $(ALLINC) ## Make the library lib$(NAME).a: $(OBJDIR) $(ALLOBJ) - $(AR) rc $@ $(OBJ) + $(AR) rc $@ $(ALLOBJ) $(RANLIB) $@ ## Clean the object files