]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/tests/Makefile
added makefiles to allow make all/opt/clean/clean.opt
[helm.git] / matita / tests / Makefile
diff --git a/matita/tests/Makefile b/matita/tests/Makefile
new file mode 100644 (file)
index 0000000..2b1270e
--- /dev/null
@@ -0,0 +1,10 @@
+DIR=$(shell basename $$PWD)
+
+$(DIR) all:
+       ../matitac 2>/dev/null
+$(DIR).opt opt all.opt:
+       ../matitac.opt 2>/dev/null
+clean:
+       ../matitaclean
+clean.opt:
+       ../matitaclean.opt