X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Flegacy%2FMakefile;fp=matita%2Flegacy%2FMakefile;h=9dd21dd3b1b06e9d060edbb4f5d22903e0b8121e;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/legacy/Makefile b/matita/legacy/Makefile new file mode 100644 index 000000000..9dd21dd3b --- /dev/null +++ b/matita/legacy/Makefile @@ -0,0 +1,15 @@ +DIR=$(shell basename $$PWD) +MATITAOPTIONS=-onepass + +$(DIR) all: + ../matitac $(MATITAOPTIONS) +$(DIR).opt opt all.opt: + ../matitac.opt $(MATITAOPTIONS) +clean: + ../matitaclean $(MATITAOPTIONS) +clean.opt: + ../matitaclean.opt $(MATITAOPTIONS) +depend: + ../matitadep +depend.opt: + ../matitadep.opt