]> matita.cs.unibo.it Git - helm.git/blob - helm/ocaml/Makefile
e488c640136557294c234b60aa727e34f02fdb64
[helm.git] / helm / ocaml / Makefile
1 # Warning: the modules must be in compilation order
2 MODULES= xml urimanager getter pxp cic cic_annotations cic_annotations_cache \
3          cic_cache cic_proof_checking
4
5 all opt depend install uninstall clean:
6         for i in $(MODULES) ; do (cd $$i ; make $@) ; done