Skip to content

Instantly share code, notes, and snippets.

@toots
Created December 1, 2019 16:45
Show Gist options
  • Save toots/e3524644d2d16d0be7479c697ab8685d to your computer and use it in GitHub Desktop.
Save toots/e3524644d2d16d0be7479c697ab8685d to your computer and use it in GitHub Desktop.
(rule
(targets sys_socket_generated_types.ml)
(deps (:exec ../generator/exec.sh)
(:gen ../generator/gen_types_c))
(action (with-stdout-to %{targets}
(system "%{exec} %{ocaml-config:system} %{gen}"))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment