]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/LAMBDA-TYPES/LambdaDelta-1/Makefile
splat_args is now better understood and debugged: we need TWO splat_args, one when
[helm.git] / helm / software / matita / contribs / LAMBDA-TYPES / LambdaDelta-1 / Makefile
1 DIR=$(shell basename $$PWD)
2 MATITAOPTIONS=-onepass
3
4 $(DIR) all:
5         ../../../matitac $(MATITAOPTIONS)
6 $(DIR).opt opt all.opt:
7         ../../../matitac.opt $(MATITAOPTIONS)
8 clean:
9         ../../../matitaclean
10 clean.opt:
11         ../../../matitaclean.opt
12 depend:
13         ../../../matitadep
14 depend.opt:
15         ../../../matitadep.opt