This commit is contained in:
pena 2021-12-06 19:44:27 +01:00 committed by Swrup
parent e24fef1b23
commit 307e4294c5
11 changed files with 736 additions and 3 deletions

View file

@ -0,0 +1,8 @@
(rule
(target map.js)
(deps
(file ../../../map.bc.js))
(action
(with-stdout-to
%{target}
(cat ../../../map.bc.js))))