]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
A (boring and long) once-in-a-life exercise on proving a trivial property
[helm.git] / helm / software / lambda-delta / Makefile
index e62fb5dfcec5d5a6879ec66279cacb9105e2893a..2b218865ec2378f02b5b6d2573e04be468a4155c 100644 (file)
@@ -1,8 +1,8 @@
 MAIN = helena
 
-DIRECTORIES = cps automath toplevel
+DIRECTORIES = lib automath basic_rg toplevel
 
-REQUIRES =
+REQUIRES = unix
 
 KEEP = README automath/*.aut
 
@@ -10,6 +10,6 @@ CLEAN = log.txt
 
 include Makefile.common
 
-test: opt
+test: $(MAIN).opt
        @echo "  HELENA automath/*.aut"
-       $(H)./$(MAIN).opt -S 2 automath/*.aut > log.txt
+       $(H)./$(MAIN).opt -S 3 automath/*.aut > log.txt