X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcontribs%2Fdama%2Fdama_didactic%2FMakefile;fp=matita%2Fcontribs%2Fdama%2Fdama_didactic%2FMakefile;h=d40c9e674b7158c88eaeff44570e0241fa84dd45;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/contribs/dama/dama_didactic/Makefile b/matita/contribs/dama/dama_didactic/Makefile new file mode 100644 index 000000000..d40c9e674 --- /dev/null +++ b/matita/contribs/dama/dama_didactic/Makefile @@ -0,0 +1,16 @@ +include ../../Makefile.defs + +DIR=$(shell basename $$PWD) + +$(DIR) all: + $(BIN)../matitac +$(DIR).opt opt all.opt: + $(BIN)../matitac.opt +clean: + $(BIN)../matitaclean +clean.opt: + $(BIN)../matitaclean.opt +depend: + $(BIN)../matitadep +depend.opt: + $(BIN)../matitadep.opt