From ad26df1a05804456b44e83a7bdb2a4b27f1198f4 Mon Sep 17 00:00:00 2001 From: James Zern Date: Wed, 18 Dec 2013 23:26:18 -0800 Subject: [PATCH] makefile.unix: clean up libgif2webp_util.a Change-Id: Iee8650ce91f65f2db568926773d44441633459f3 --- makefile.unix | 1 + 1 file changed, 1 insertion(+) diff --git a/makefile.unix b/makefile.unix index 7e10a3f7..3f5d6a35 100644 --- a/makefile.unix +++ b/makefile.unix @@ -214,6 +214,7 @@ OUTPUT = $(OUT_LIBS) $(OUT_EXAMPLES) ifeq ($(MAKECMDGOALS),clean) OUTPUT += $(EXTRA_EXAMPLES) OUTPUT += src/demux/libwebpdemux.a src/mux/libwebpmux.a + OUTPUT += examples/libgif2webp_util.a endif ex: $(OUT_EXAMPLES)