adapton.ocaml icon indicating copy to clipboard operation
adapton.ocaml copied to clipboard

move install script to makefile

Open kyleheadley opened this issue 10 years ago • 2 comments

We are using an adapton.install file, but 'make install' is simpler and more widely used. The code is a variant on 'findlib install [deps]'

kyleheadley avatar Jan 12 '15 19:01 kyleheadley

Done and done.

labichn avatar Aug 06 '15 18:08 labichn

This goal of this issue was to remove the 'adapton.install' file and uncomment the install directive in the 'opam' file. @labichn suggested a way to do this at one point, using findlib. The change is not strictly necessary, it's just more widely used.

kyleheadley avatar Aug 06 '15 19:08 kyleheadley