mv data/ default/
This commit is contained in:
parent
0a45e7fe95
commit
52b149b590
13 changed files with 38 additions and 37 deletions
7
src/dune
7
src/dune
|
|
@ -34,11 +34,14 @@
|
|||
(modules b32)
|
||||
(libraries base32))
|
||||
|
||||
; TODO if no assets/
|
||||
; cp ./default/assets ./assets
|
||||
|
||||
(rule
|
||||
(target assets_crunch.ml)
|
||||
(deps
|
||||
(source_tree ../data/assets/))
|
||||
(source_tree ../assets))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{null}
|
||||
(run ocaml-crunch -m plain ../data/assets -o %{target}))))
|
||||
(run ocaml-crunch -m plain ../assets -o %{target}))))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue