geochan/src/content/assets/js/dune

27 lines
464 B
Text
Raw Normal View History

2021-12-06 19:44:27 +01:00
(rule
2021-12-29 21:07:17 +01:00
(target js_plant_map.js)
2021-12-06 19:44:27 +01:00
(deps
2021-12-29 21:07:17 +01:00
(file ../../../js_plant_map.bc.js))
2021-12-06 19:44:27 +01:00
(action
(with-stdout-to
%{target}
2021-12-29 21:07:17 +01:00
(cat ../../../js_plant_map.bc.js))))
(rule
(target js_babillard.js)
2021-12-29 21:07:17 +01:00
(deps
(file ../../../js_babillard.bc.js))
2021-12-29 21:07:17 +01:00
(action
(with-stdout-to
%{target}
(cat ../../../js_babillard.bc.js))))
(rule
(target js_thread.js)
(deps
(file ../../../js_thread.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../js_thread.bc.js))))