X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=c1f5ea8f6d78a17d8c5dd4cb087e4b4092726fb0;hp=28ea503bfe7641e8ff77311c0951eeee947becdc;hb=2965496c70c345ea83e14d4b25e8687f7c682531;hpb=ce58fbd1aaba9710d38001455ab46da4d3125358 diff --git a/Makefile b/Makefile index 28ea503b..c1f5ea8f 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ libccan.a(%.o): ccan/%.o $(AR) r $@ $< clean: tools-clean - $(RM) `find . -name '*.o'` `find . -name '.depends'` `find . -name '*.a'` `find . -name info` `find . -name '*.d'` + $(RM) `find * -name '*.o'` `find * -name '.depends'` `find * -name '*.a'` `find * -name info` `find * -name '*.d'` $(RM) inter-depends lib-depends test-depends ccan/*-Makefile # Creates a dependency from the tests to the object files which it needs.