This commit is contained in:
parent
af6f974b54
commit
3eaa213da8
6 changed files with 2 additions and 2 deletions
4
src/dune
4
src/dune
|
|
@ -34,8 +34,8 @@
|
|||
(rule
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
(source_tree assets))
|
||||
(source_tree ../data/assets/))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{null}
|
||||
(run ocaml-crunch -m plain assets -o %{target}))))
|
||||
(run ocaml-crunch -m plain ../data/assets -o %{target}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue