]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/lambda-delta/Makefile
fixed a bug, it used to report o wrong is_normal bit in case of match
[helm.git] / helm / software / lambda-delta / Makefile
index a568047d9e99a51272f39fdb21a1088b756c2d5a..3b212fa941bdc8ed96d47d7c9d0e451c236f5308 100644 (file)
@@ -1,7 +1,5 @@
 MAIN = helena
 
-DIRECTORIES = lib automath basic_rg toplevel
-
 REQUIRES = unix
 
 KEEP = README automath/*.aut
@@ -17,6 +15,7 @@ test: $(MAIN).opt
 meta: $(MAIN).opt
        @echo "  HELENA -m meta.txt automath/*.aut"
        $(H)./$(MAIN).opt -m meta.txt -s 1 -S 3 automath/*.aut > /dev/null
+       $(H)$(GZIP) meta.txt
 
 ifeq ($(MAKECMDGOALS), test)
   include .depend.opt