(rule
 (targets (dir foo))
 (action (run mkdir foo)))

(rule
 (targets (dir foo))
 (action (run mkdir foo)))
