From 7fff908f9455f7ed51cfcd526d76b29ab5142075 Mon Sep 17 00:00:00 2001 From: pancake Date: Thu, 28 Nov 2013 05:30:20 +0100 Subject: [PATCH] Do not let the archive grow --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 1378b0f0..062587bd 100644 --- a/Makefile +++ b/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