]> matita.cs.unibo.it Git - helm.git/commitdiff
added MATITAOPTIONS -onepass as for LAMBDA-TYPES
authorFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 26 Feb 2008 17:20:47 +0000 (17:20 +0000)
committerFerruccio Guidi <ferruccio.guidi@unibo.it>
Tue, 26 Feb 2008 17:20:47 +0000 (17:20 +0000)
helm/software/matita/legacy/Makefile

index cce033fc015504202a5431ad04b60426d5431dbd..9dd21dd3b1b06e9d060edbb4f5d22903e0b8121e 100644 (file)
@@ -1,13 +1,14 @@
 DIR=$(shell basename $$PWD)
+MATITAOPTIONS=-onepass
 
 $(DIR) all:
-       ../matitac
+       ../matitac $(MATITAOPTIONS)
 $(DIR).opt opt all.opt:
-       ../matitac.opt
+       ../matitac.opt $(MATITAOPTIONS)
 clean:
-       ../matitaclean
+       ../matitaclean $(MATITAOPTIONS)
 clean.opt:
-       ../matitaclean.opt
+       ../matitaclean.opt $(MATITAOPTIONS)
 depend:
        ../matitadep
 depend.opt: