]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/legacy/Makefile
BIG FAT WARNING: DEVELOPMENTS DIE HERE
[helm.git] / helm / software / matita / legacy / Makefile
diff --git a/helm/software/matita/legacy/Makefile b/helm/software/matita/legacy/Makefile
new file mode 100644 (file)
index 0000000..cce033f
--- /dev/null
@@ -0,0 +1,14 @@
+DIR=$(shell basename $$PWD)
+
+$(DIR) all:
+       ../matitac
+$(DIR).opt opt all.opt:
+       ../matitac.opt
+clean:
+       ../matitaclean
+clean.opt:
+       ../matitaclean.opt
+depend:
+       ../matitadep
+depend.opt:
+       ../matitadep.opt