summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2008-08-04 13:43:58 +1000
committerRusty Russell <rusty@rustcorp.com.au>2008-08-04 13:43:58 +1000
commit3d51b972db98f21158be6d742bc976e8aaba8ea7 (patch)
treefb9271302bd8a8915423d5beed399a09f012b31e
parent2601a56408f47bd794499f940767ce304e420047 (diff)
Clean _info files too.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 405ed8e0..0e31fa64 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ test-ccan/%: tools/run_tests ccan/%.o
ccanlint: tools/ccanlint/ccanlint
clean: tools-clean
- $(RM) `find . -name '*.o'` `find . -name '.depends'` `find . -name '*.a'`
+ $(RM) `find . -name '*.o'` `find . -name '.depends'` `find . -name '*.a'` `find . -name _info`
$(RM) inter-depends lib-depends test-depends
inter-depends: $(ALL_DEPENDS)