]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/binaries/Makefile
Added timeout to autos here and there.
[helm.git] / helm / software / components / binaries / Makefile
index 0f79acfe41879c4ce22e61f26f75fd4096fadb5b..9dd295fb40dc83cb96502cad036655e0df64f748 100644 (file)
@@ -1,6 +1,9 @@
 H=@
 
-BINARIES=extractor  table_creator  utilities saturate tptp2grafite
+#CSC: saturate is broken after the huge refactoring of auto/paramodulation
+#CSC: by Andrea
+#BINARIES=extractor  table_creator  utilities saturate
+BINARIES=extractor  table_creator  utilities 
 
 all: $(BINARIES:%=rec@all@%) 
 opt: $(BINARIES:%=rec@opt@%)