]> matita.cs.unibo.it Git - helm.git/blobdiff - components/binaries/Makefile
...
[helm.git] / components / binaries / Makefile
index a2b89ee979f64b4ddd403183dfb570fb6af7cb94..cd732517c066706a5f7ab7540acc288905d1b104 100644 (file)
@@ -1,6 +1,9 @@
 H=@
 
-BINARIES=extractor  table_creator  utilities saturate
+#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 transcript heights
 
 all: $(BINARIES:%=rec@all@%) 
 opt: $(BINARIES:%=rec@opt@%)