-
-
Save toots/e3524644d2d16d0be7479c697ab8685d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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