Newer
Older
build: setup.data src/lv6version.ml
setup.ml:_oasis
oasis setup
PROF=--enable-profile
PROF=--disable-profile
setup.data:setup.ml
ocaml setup.ml -install
uninstall:
ocaml setup.ml -uninstall
reinstall:
ocaml setup.ml -reinstall
clean:
ocaml setup.ml -clean
rm -f setup.data
rm -f src/lv6version.ml
distclean:
ocaml setup.ml -distclean
cd lv6-ref-man && make || echo "*** ref manual building failed"
###############################
# for developpers
include ./Makefile.dev
# not gitted stuff
-include ./Makefile.local