(rule
 (target client.js)
 (deps
  (file ../../../js/client.bc.js))
 (action
  (with-stdout-to
   %{target}
   (cat ../../../js/client.bc.js))))
