2 # https://github.com/ocaml/dune/tree/master/example/sample-projects/hello_world
3 # via https://stackoverflow.com/a/54712669
5 .PHONY
: all build
clean test install uninstall doc examples
8 @echo
"let git_sha = \""`git rev-parse --short HEAD`"\"" > bin
/version.ml
9 @echo
"let date = \""`date`"\"" >> bin
/version.ml
10 dune build bin
/pinboard.exe
30 rm -rf _build
*.
install