X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbin%2Frecomm%2FMakefile;h=eb17004b4fe96f2f5393dfa1aa8109ce84823c92;hb=55c768d7e45babb300b5010463ba3196a68f1bbe;hp=6fdc32c44de4ec0d335e07a6a0d8a9741ace44f5;hpb=15212e44902f25536f6e2de4bec4cedcd9a9804d;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/bin/recomm/Makefile b/matita/matita/contribs/lambdadelta/bin/recomm/Makefile index 6fdc32c44..eb17004b4 100644 --- a/matita/matita/contribs/lambdadelta/bin/recomm/Makefile +++ b/matita/matita/contribs/lambdadelta/bin/recomm/Makefile @@ -15,7 +15,11 @@ MRCS = $(wildcard *.mrc) mrc: $(MRCS:%.mrc=recommGc%.ml) @./mrc.native . +subst: subst.txt + @sed s/://g subst.txt + @cd ../token; . ./subst.sh + recommGc%.ml recommGc%.mli: %.mrc mrc*.ml mrc*.mli @./mrc.native $< -.PHONY: test mrc +.PHONY: test mrc subst