Commit 3d51b972 authored by Rusty Russell's avatar Rusty Russell

Clean _info files too.

parent 2601a564
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment