]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
disambiguation can use a goal as hint for the expected type
[helm.git] / helm / software / lambda-delta / Makefile
index 054337b5cf1395de0350f56d74eddd335952d6f3..50f1a83b69a100c7c8ca14138cece736e1f93f23 100644 (file)
@@ -1,10 +1,10 @@
 MAIN = helena
 
-DIRECTORIES = automath toplevel
+DIRECTORIES = lib automath toplevel
 
-REQUIRES =
+REQUIRES = unix
 
-KEEP = automath/*.aut
+KEEP = README automath/*.aut
 
 CLEAN = log.txt
 
@@ -12,4 +12,4 @@ include Makefile.common
 
 test: opt
        @echo "  HELENA automath/*.aut"
-       $(H)./$(MAIN).opt -S 2 automath/*.aut > log.txt
+       $(H)./$(MAIN).opt -S 3 automath/*.aut > log.txt