diff options
author | David Bremner <bremner@debian.org> | 2011-11-26 09:55:07 -0800 |
---|---|---|
committer | David Bremner <bremner@debian.org> | 2011-11-26 09:55:07 -0800 |
commit | 9756b9dcb93c1babf5083cd91ad242b148c426a3 (patch) | |
tree | a0c9d5beff621237bb67e76e16a723d2d5c5e8fb /util | |
parent | 0da10aa1bc021bdf7fb43c818db1d59f28f30ecd (diff) |
build system: clean up object files in ./test and ./util
Diffstat (limited to 'util')
-rw-r--r-- | util/Makefile.local | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/Makefile.local b/util/Makefile.local index 2ff42b3d..03408995 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 |