]> matita.cs.unibo.it Git - helm.git/blob - helm/software/components/ng_tactics/Makefile
New file nTacStatus to:
[helm.git] / helm / software / components / ng_tactics / Makefile
1 PACKAGE = ng_tactics
2
3 INTERFACE_FILES = \
4         nTacStatus.mli \
5         nTactics.mli
6
7 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
8
9
10 all:
11
12
13 include ../../Makefile.defs
14 include ../Makefile.common