diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2008-08-04 13:43:58 +1000 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2008-08-04 13:43:58 +1000 |
commit | 3d51b972db98f21158be6d742bc976e8aaba8ea7 (patch) | |
tree | fb9271302bd8a8915423d5beed399a09f012b31e | |
parent | 2601a56408f47bd794499f940767ce304e420047 (diff) |
Clean _info files too.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |