X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2FMakefile;h=3d8b6be48f1b139aaf7dbc5a05f652578db71ed5;hb=ef98db5ff416ef53004e57cc054e28abd1bf871e;hp=1ea4aa7b9d89dd5300a2a87b7e1dba9de07bf9f6;hpb=55d6dde568f1daf1fa6902428bda7caec147375a;p=helm.git diff --git a/helm/software/lambda-delta/Makefile b/helm/software/lambda-delta/Makefile index 1ea4aa7b9..3d8b6be48 100644 --- a/helm/software/lambda-delta/Makefile +++ b/helm/software/lambda-delta/Makefile @@ -29,8 +29,9 @@ test-si-fast: $(MAIN).opt profile: $(MAIN).opt @echo " HELENA -u -q $(INPUT) (30 TIMES)" - $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -S 1 $(O) automath/grundlagen.aut >> etc/log.txt; done - $(H)grep "at exit" etc/log.txt | sort | uniq | less + $(H)rm etc/log.txt + $(H)for T in `seq 30`; do ./$(MAIN).opt -u -q -s 0 -S 1 $(O) $(INPUT) >> etc/log.txt; done + $(H)grep "at exit" etc/log.txt | sort | uniq > etc/profile.txt hal: $(MAIN).opt @echo " HELENA -o -x -m $(INPUT)"