geochan/src/content/assets/js/dune

9 lines
130 B
Text
Raw Normal View History

2021-12-06 19:44:27 +01:00
(rule
(target map.js)
(deps
(file ../../../map.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../map.bc.js))))