Do not let the archive grow

_v3_old
pancake 11 years ago committed by Nguyen Anh Quynh
parent ad3cbaf5d4
commit 7fff908f94
  1. 1
      Makefile

@ -50,6 +50,7 @@ lib: $(LIBOBJ)
#strip lib$(LIBNAME).$(EXT)
archive: $(LIBOBJ)
rm -f lib$(LIBNAME).a
$(AR) q lib$(LIBNAME).a $(LIBOBJ)
$(RANLIB) lib$(LIBNAME).a

Loading…
Cancel
Save