X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=Makefile;h=5d4b701c868bdfc62ae9ea8c325c4a958611d681;hb=f1f32a2ff565d98dd41326342eb05efc12fdb886;hp=bfd44e319a57756b69cff075aaf698fcd8d9c4fa;hpb=92de5921c27f412e7caab538788c4687521f5454;p=ccan diff --git a/Makefile b/Makefile index bfd44e31..5d4b701c 100644 --- a/Makefile +++ b/Makefile @@ -64,8 +64,9 @@ ccan/%/info: ccan/%/_info $(CC) $(CCAN_CFLAGS) -o $@ -x c $< 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 ccan/*-Makefile + rm -f `find * -name '*.o'` `find * -name '.depends'` `find * -name '*.a'` `find * -name info` `find * -name '*.d'` `find ccan -name '*-Makefile'` + rm -f config.h + rm -f inter-depends lib-depends test-depends # Creates a dependency from the tests to the object files which it needs. inter-depends: $(ALL_DEPENDS) Makefile