]> matita.cs.unibo.it Git - helm.git/blob - matita/tests/Makefile
added makefiles to allow make all/opt/clean/clean.opt
[helm.git] / matita / tests / Makefile
1 DIR=$(shell basename $$PWD)
2
3 $(DIR) all:
4         ../matitac 2>/dev/null
5 $(DIR).opt opt all.opt:
6         ../matitac.opt 2>/dev/null
7 clean:
8         ../matitaclean
9 clean.opt:
10         ../matitaclean.opt