X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=e427c5d27b055412262ea6d044d34590aa3af410;hp=ec3df8251bdf7002c7fd53ccc9ff76ff1a333246;hb=0223f56170ca4abdb4a4fc3954d98d64ab804495;hpb=90f958f9feaecf32d2813af48270d9c5431ee377;ds=sidebyside diff --git a/Makefile b/Makefile index ec3df825..e427c5d2 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ libccan.a(%.o): ccan/%.o clean: tools-clean $(RM) `find . -name '*.o'` `find . -name '.depends'` `find . -name '*.a'` `find . -name info` `find . -name '*.d'` - $(RM) inter-depends lib-depends test-depends + $(RM) inter-depends lib-depends test-depends ccan/*-Makefile # Creates a dependency from the tests to the object files which it needs. inter-depends: $(ALL_DEPENDS) Makefile