wip:babillard
This commit is contained in:
parent
d647486ad8
commit
cc13eb6ed3
12 changed files with 984 additions and 54 deletions
|
|
@ -1,8 +1,17 @@
|
|||
(rule
|
||||
(target map.js)
|
||||
(target js_plant_map.js)
|
||||
(deps
|
||||
(file ../../../map.bc.js))
|
||||
(file ../../../js_plant_map.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../../../map.bc.js))))
|
||||
(cat ../../../js_plant_map.bc.js))))
|
||||
|
||||
(rule
|
||||
(target js_thread_map.js)
|
||||
(deps
|
||||
(file ../../../js_thread_map.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../../../js_thread_map.bc.js))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue