X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=Makefile;h=94993fd977c71ea0154056c7c0ca11b7b9f04d5f;hb=refs%2Fheads%2F0.4.95%407852;hp=68921815afc2ccd5655cee83b89a974543499381;hpb=c31e50505b5afd8fb53236bd5d500c225471eb9a;p=helm.git diff --git a/Makefile b/Makefile index 68921815a..94993fd97 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,10 @@ else endif $(H)touch depend-stamp -clean: $(foreach d,$(SUBDIRS),rec@clean@$(d)) -distclean: $(foreach d,$(SUBDIRS),rec@distclean@$(d)) +clean: + $(H)make $(foreach d,$(SUBDIRS),rec@clean@$(d)) || true +distclean: + $(H)make $(foreach d,$(SUBDIRS),rec@distclean@$(d)) || true $(H)rm -rf .matita library-stamp depend-stamp install-indep: $(foreach d,$(SUBDIRS),rec@install-indep@$(d)) install-arch: $(foreach d,$(SUBDIRS),rec@install-arch@$(d))