From 9756b9dcb93c1babf5083cd91ad242b148c426a3 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 26 Nov 2011 09:55:07 -0800 Subject: build system: clean up object files in ./test and ./util --- util/Makefile.local | 2 ++ 1 file changed, 2 insertions(+) (limited to 'util') diff --git a/util/Makefile.local b/util/Makefile.local index 2ff42b3..0340899 100644 --- a/util/Makefile.local +++ b/util/Makefile.local @@ -9,3 +9,5 @@ libutil_modules := $(libutil_c_srcs:.c=.o) $(dir)/libutil.a: $(libutil_modules) $(call quiet,AR) rcs $@ $^ + +CLEAN := $(CLEAN) $(dir)/xutil.o $(dir)/error_util.o $(dir)/libutil.a -- cgit v1.2.3