Antique-team / clangml

OCaml bindings for clang
Other
24 stars 6 forks source link

make install should install _build/consumer/processor.native #58

Closed UnixJunkie closed 8 years ago

UnixJunkie commented 8 years ago

in opam's bin dir, for example.

dsheets commented 8 years ago

You could also simply package clangml.install with the rest of the release. Using a .install file will let opam take care of the uninstallation as well.

UnixJunkie commented 8 years ago

there is a .install in the opam package

UnixJunkie commented 8 years ago
# cat clangml.3.6.0.2/files/clangml.install 
bin: [
  "_build/consumer/processor.native" {"clangml-processor"}
]