]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/helena/Makefile
- we are moving from old (patched) management of sort inclusion
[helm.git] / helm / software / helena / Makefile
index 5d359ba3922fb434e01a0dd039370abe682c669c..09dffb04d5c16803502285db674e263298021831 100644 (file)
@@ -42,7 +42,7 @@ test-si-matita matita/$(MA): $(MAIN).opt etc
 
 profile: $(MAIN).opt etc
        @echo "  HELENA -o -q $(INPUTFAST) (30 TIMES)"
-       $(H)rm etc/log.txt
+       $(H)rm -f etc/log.txt
        $(H)for T in `seq 30`; do ./$(MAIN).opt -T 1 -o -q $(O) $(INPUTFAST) >> etc/log.txt; done
        $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile-new.txt