10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-01 19:05:18 +02:00
QCaml/myocamlbuild.ml
2018-02-01 22:19:23 +01:00

9 lines
132 B
OCaml

open Ocamlbuild_plugin;;
dispatch (function
| After_rules ->
pdep ["link"] "linkdep" (fun param -> [param])
| _ -> ())