]> matita.cs.unibo.it Git - helm.git/blob - components/ng_cic_content/Makefile
made executable again
[helm.git] / components / ng_cic_content / Makefile
1 PACKAGE = ng_cic_content
2
3 INTERFACE_FILES = \
4         nTermCicContent.mli
5
6 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
7
8
9 all:
10
11
12 include ../../Makefile.defs
13 include ../Makefile.common