X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fcontribs%2FPOPLmark%2FMakefile;fp=matita%2Fcontribs%2FPOPLmark%2FMakefile;h=a3e89143506b5e74e97ef05225367a52b12bf772;hp=0000000000000000000000000000000000000000;hb=f61af501fb4608cc4fb062a0864c774e677f0d76;hpb=58ae1809c352e71e7b5530dc41e2bfc834e1aef1 diff --git a/matita/contribs/POPLmark/Makefile b/matita/contribs/POPLmark/Makefile new file mode 100644 index 000000000..a3e891435 --- /dev/null +++ b/matita/contribs/POPLmark/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