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

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

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