]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/LAMBDA-TYPES/Makefile
experimental branch with no set baseuri command and no developments
[helm.git] / matita / contribs / LAMBDA-TYPES / Makefile
1 GOALS = all opt clean clean.opt
2
3 DEVELS = Base-1 LambdaDelta-1 Base-2 Unified-Sub 
4
5 $(GOALS): 
6         @$(foreach DEVEL, $(DEVELS), $(MAKE) -k -C $(DEVEL) $@;) 
7
8 .PHONY: (GOALS)
9
10 .SUFFIXES: