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