]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/whelp/Makefile
removed "tilde_expand" hack: for the moment it is not needed (we can use $HOME)
[helm.git] / helm / ocaml / whelp / Makefile
1 PACKAGE = whelp
2
3 INTERFACE_FILES =       \
4         whelp.mli       \
5         fwdQueries.mli  \
6         $(NULL)
7
8 IMPLEMENTATION_FILES = $(INTERFACE_FILES:%.mli=%.ml)
9
10 include ../../Makefile.defs
11 include ../Makefile.common