]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/Makefile
...
[helm.git] / helm / matita / library / Makefile
index 322208670b2ee3679bb53d5f0f347442ca46e84b..97c823eec9ae649014277e9a018502d330ba6242 100644 (file)
@@ -6,7 +6,7 @@ SRC=\
        nat.ma \
         Z.ma
 
-MATITAC=../scripts/do_tests.sh ../matitac /dev/null
+MATITAC=../scripts/do_tests.sh ../matitac ../matitaclean /dev/null
 VERBOSEMATITAC=../matitac
 
 DEPEND_NAME=.depend
@@ -24,8 +24,8 @@ clean: $(LINKS)
 depend: $(DEPEND_NAME)
 
 %.moo:%.ma depend $(LINKS)
-       [ ! -e $@ ] || ../matitaclean $< 
-       $(MATITAC) $< || ../matitaclean $<
+       @[ ! -e $@ ] || ../matitaclean $< 
+       @$(MATITAC) $< || ../matitaclean $<
 
 $(DEPEND_NAME): $(SRC) $(LINKS)
        ../matitadep $(SRC) > $@