init
This commit is contained in:
commit
2ff3fcaa49
15 changed files with 602 additions and 0 deletions
8
examples/content/dune
Normal file
8
examples/content/dune
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(rule
|
||||
(target script.js)
|
||||
(deps
|
||||
(file ../script.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../script.bc.js))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue