all:build PREFIX=$(shell opam config var prefix) -include ./Makefile.version build: lib/lutilsVersion.ml dune build @install install: dune install clean: dune clean rm -f lib/lutilsVersion.ml ############################### # for developpers include ./Makefile.dev # not gitted stuff -include ./Makefile.local