This commit is contained in:
zapashcanon 2021-12-06 19:44:27 +01:00
parent ce759a4206
commit cf79791e8e
No known key found for this signature in database
GPG key ID: 8981C3C62D1D28F1
11 changed files with 736 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

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