X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=c1f5ea8f6d78a17d8c5dd4cb087e4b4092726fb0;hp=28ea503bfe7641e8ff77311c0951eeee947becdc;hb=d1cea3ebf96f61b5bbac1e74975700770e06add6;hpb=61ab452496b1117f23f2c198d9b313c495939a26;ds=sidebyside 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.