]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/legacy/Makefile
branch for universe
[helm.git] / matita / legacy / Makefile
diff --git a/matita/legacy/Makefile b/matita/legacy/Makefile
new file mode 100644 (file)
index 0000000..9dd21dd
--- /dev/null
@@ -0,0 +1,15 @@
+DIR=$(shell basename $$PWD)
+MATITAOPTIONS=-onepass
+
+$(DIR) all:
+       ../matitac $(MATITAOPTIONS)
+$(DIR).opt opt all.opt:
+       ../matitac.opt $(MATITAOPTIONS)
+clean:
+       ../matitaclean $(MATITAOPTIONS)
+clean.opt:
+       ../matitaclean.opt $(MATITAOPTIONS)
+depend:
+       ../matitadep
+depend.opt:
+       ../matitadep.opt