From: Rusty Russell Date: Mon, 4 Aug 2008 03:43:58 +0000 (+1000) Subject: Clean _info files too. X-Git-Url: https://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=3d51b972db98f21158be6d742bc976e8aaba8ea7 Clean _info files too. --- 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)