]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/logger/Makefile
no more multiple configure/Makefile, just one for both ocaml/ and matita/
[helm.git] / helm / ocaml / logger / Makefile
1
2 PACKAGE = logger
3 INTERFACE_FILES = \
4         helmLogger.mli
5 IMPLEMENTATION_FILES = \
6         $(INTERFACE_FILES:%.mli=%.ml)
7
8 include ../../Makefile.defs
9 include ../Makefile.common
10