X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fsoftware%2Fmatita%2Flegacy%2FMakefile;fp=helm%2Fsoftware%2Fmatita%2Flegacy%2FMakefile;h=cce033fc015504202a5431ad04b60426d5431dbd;hb=5c1b44dfefa085fbb56e23047652d3650be9d855;hp=0000000000000000000000000000000000000000;hpb=bc61d11ba810d23ff947c14e3a39d6e3879d673e;p=helm.git diff --git a/helm/software/matita/legacy/Makefile b/helm/software/matita/legacy/Makefile new file mode 100644 index 000000000..cce033fc0 --- /dev/null +++ b/helm/software/matita/legacy/Makefile @@ -0,0 +1,14 @@ +DIR=$(shell basename $$PWD) + +$(DIR) all: + ../matitac +$(DIR).opt opt all.opt: + ../matitac.opt +clean: + ../matitaclean +clean.opt: + ../matitaclean.opt +depend: + ../matitadep +depend.opt: + ../matitadep.opt