-
-
Save toots/47447eec663fca3345f331c6e533f79f 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_stubs.ml) | |
(deps (:gen ./generator/gen_stubs.exe)) | |
(action (run %{gen} ml %{targets}))) | |
(rule | |
(targets sys_socket_generated_stubs.c) | |
(deps (:gen ./generator/gen_stubs.exe)) | |
(action (run %{gen} c %{targets}))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment