wip:babillard

This commit is contained in:
Swrup 2021-12-29 21:07:17 +01:00
parent d647486ad8
commit cc13eb6ed3
12 changed files with 984 additions and 54 deletions

View file

@ -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))))