X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=Makefile;h=856baa90f483bea02f2ddcabfbfa407922c3ed45;hp=bfd44e319a57756b69cff075aaf698fcd8d9c4fa;hb=0e46d8c0ac29b851563ef8a8f3300376bf3c893c;hpb=92de5921c27f412e7caab538788c4687521f5454 diff --git a/Makefile b/Makefile index bfd44e31..856baa90 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) `find * -name '*.o'` `find * -name '.depends'` `find * -name '*.a'` `find * -name info` `find * -name '*.d'` `find ccan -name '*-Makefile'` + $(RM) config.h + $(RM) inter-depends lib-depends test-depends # Creates a dependency from the tests to the object files which it needs. inter-depends: $(ALL_DEPENDS) Makefile