gadgetobrr/examples/content/dune

9 lines
127 B
Text
Raw Normal View History

2024-04-16 06:58:24 +02:00
(rule
(target script.js)
(deps
(file ../script.bc.js))
(action
(with-stdout-to
%{target}
(cat ../script.bc.js))))