]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/scripts/profile_cvs.sh
now maketests uses matitaclean (but not in the right way)
[helm.git] / helm / matita / scripts / profile_cvs.sh
index c3f19c03f56fdb8413d24ff34090baea67212474..f0cc00e8bf72d8b6460f36a829686b83802f7565 100755 (executable)
@@ -21,7 +21,7 @@ function compile {
   cd $2
   autoconf 1>/dev/null
   ./configure 1>/dev/null
-  make matitac matitac.opt updater 1>/dev/null
+  make matitac matitac.opt updater matitaclean 1>/dev/null
   sed "s/@@OWNER@@/profiler/" matita.conf.xml.sample | sed "s/@@PREFETCH@@/false/" > matita.conf.xml
   ./updater
   cd $OLD