]> matita.cs.unibo.it Git - helm.git/blobdiff - components/logger/Makefile
branch for universe
[helm.git] / components / logger / Makefile
diff --git a/components/logger/Makefile b/components/logger/Makefile
new file mode 100644 (file)
index 0000000..39d6900
--- /dev/null
@@ -0,0 +1,10 @@
+
+PACKAGE = logger
+INTERFACE_FILES = \
+       helmLogger.mli
+IMPLEMENTATION_FILES = \
+       $(INTERFACE_FILES:%.mli=%.ml)
+
+include ../../Makefile.defs
+include ../Makefile.common
+