Move "ar" flags to config.mk to allow for silent "make -s"

This commit is contained in:
Jon Loeliger 2006-10-11 10:10:43 -05:00
parent daaba9859b
commit bf651baa36

View File

@ -33,7 +33,7 @@ OBJS := $(addprefix $(obj),$(COBJS))
SOBJS := $(addprefix $(obj),$(SOBJS))
$(LIB): $(obj).depend $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)
$(AR) $(ARFLAGS) $@ $(OBJS)
clean:
rm -f $(OBJS) $(SOBJS)