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