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