X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2FMakefile;h=2b218865ec2378f02b5b6d2573e04be468a4155c;hb=01d82c5e0c4f01881aeb746062438dcc3d05bc29;hp=054337b5cf1395de0350f56d74eddd335952d6f3;hpb=9b4286fdc2d88b0d8018e5718ef055804f5cf7ac;p=helm.git diff --git a/helm/software/lambda-delta/Makefile b/helm/software/lambda-delta/Makefile index 054337b5c..2b218865e 100644 --- a/helm/software/lambda-delta/Makefile +++ b/helm/software/lambda-delta/Makefile @@ -1,15 +1,15 @@ MAIN = helena -DIRECTORIES = automath toplevel +DIRECTORIES = lib automath basic_rg toplevel -REQUIRES = +REQUIRES = unix -KEEP = automath/*.aut +KEEP = README automath/*.aut 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