You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; For both the ini_creator and config_creator there is an implicit dependency on the binary itself, so the rule is evaluated again if the tool is changed.
(rule
(targets compcert.ini)
(action (with-stdout-to compcert.ini
(run ini_creator))))
(rule
(targets compcert.config)
(action (with-stdout-to compcert.config
(run config_creator))))
; binary shorthands
(env
; for all build envs add tools to path -> makes them available for rules / preprocessing