X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Ftests%2FMakefile;fp=matita%2Ftests%2FMakefile;h=2b1270eaa42cb78bf1df289b59be3a3e626e2b98;hb=8080b59026efcb6461512e5122fe94c03849d06d;hp=0000000000000000000000000000000000000000;hpb=46ee5e37b7dc37d09e90c08eaa818e10f87a7ed1;p=helm.git diff --git a/matita/tests/Makefile b/matita/tests/Makefile new file mode 100644 index 000000000..2b1270eaa --- /dev/null +++ b/matita/tests/Makefile @@ -0,0 +1,10 @@ +DIR=$(shell basename $$PWD) + +$(DIR) all: + ../matitac 2>/dev/null +$(DIR).opt opt all.opt: + ../matitac.opt 2>/dev/null +clean: + ../matitaclean +clean.opt: + ../matitaclean.opt