]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/Makefile
"include" command implemented.
[helm.git] / helm / matita / library / Makefile
index 5721ad9545cb4aecf61a6164cd2f999a98df2f7d..74bc862bcbde730373a6d4c6130590da6b980302 100644 (file)
@@ -30,9 +30,16 @@ verboseopt:
 
 clean: $(LINKS)
        @rm -f $(SRC:%.ma=%.moo)
-       @$(MATITACLEAN) all
+       @$(MATITACLEAN) $(SRC)
 
-depend: $(DEPEND_NAME)
+cleanall: $(LINKS)
+       @rm -f $(SRC:%.ma=%.moo)
+       $(MATITACLEAN) all
+
+depend:
+       rm $(DEPEND_NAME)
+       make $(DEPEND_NAME)
+.PHONY: depend
 
 %.moo:%.ma $(DEPEND_NAME) $(LINKS)
        @[ ! -e $@ ] || $(MATITACLEAN) $<