]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library/Makefile
branch for universe
[helm.git] / matita / library / Makefile
diff --git a/matita/library/Makefile b/matita/library/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