]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/procedural/Makefile.common
Procedural: we corrected two errors about the handling of mutcase (the "cases"
[helm.git] / helm / software / matita / contribs / procedural / Makefile.common
index a6bc20571819a18e0b212089aeb405d50c6580ed..7fdf63830b5964303d4032ffa5844951b5e840a4 100644 (file)
@@ -4,12 +4,8 @@ DIR = $(shell basename $$PWD)
 
 H = @
 
-MATITAOPTIONS =
-
 TRANSCRIPT = $(BIN)../components/binaries/transcript/transcript.opt
 
-OPTIONS =
-
 LOG = log.txt
 
 MMAS = $(shell find -name "*.mma")
@@ -42,4 +38,4 @@ clean.ma:
 endif
 
 mma: $(DEVEL).conf.xml clean.ma
-       $(H)$(TRANSCRIPT) $(OPTIONS) -C $(BIN) $(DEVEL)
+       $(H)$(TRANSCRIPT) $(TRANSCRIPTOPTIONS) -C $(BIN) $(DEVEL)