This commit is contained in:
Swrup 2022-12-04 22:42:55 +01:00
commit 6fd066773f
37 changed files with 1537 additions and 0 deletions

View file

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