From 872655fd564a4f42b3d4778c49395ce59858989e Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 1 Jul 2005 16:16:15 +0000 Subject: [PATCH] make MATITAC="../scripts/do_tests.sh ../matitac /dev/null" can now be used to benchmark the output --- helm/matita/library/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/matita/library/Makefile b/helm/matita/library/Makefile index 24417790f..10944f470 100644 --- a/helm/matita/library/Makefile +++ b/helm/matita/library/Makefile @@ -6,6 +6,8 @@ SRC=\ nat.ma \ Z.ma +MATITAC=../matitac + DEPEND_NAME=.depend LINKS=.matita matita.lang matita.conf.xml @@ -19,7 +21,7 @@ depend: $(DEPEND_NAME) %.moo:%.ma depend $(LINKS) [ ! -e $@ ] || ../matitaclean $< - ../matitac $< || ../matitaclean $< + $(MATITAC) $< || ../matitaclean $< $(DEPEND_NAME): $(SRC) $(LINKS) ../matitadep $(SRC) > $@ -- 2.39.2