mv src/assets/ to data/

This commit is contained in:
swrup 2025-11-28 10:08:28 +01:00
parent af6f974b54
commit f0847855bd
6 changed files with 2 additions and 2 deletions

View file

@ -34,8 +34,8 @@
(rule (rule
(target assets_crunch.ml) (target assets_crunch.ml)
(deps (deps
(source_tree assets)) (source_tree ../data/assets/))
(action (action
(with-stdout-to (with-stdout-to
%{null} %{null}
(run ocaml-crunch -m plain assets -o %{target})))) (run ocaml-crunch -m plain ../data/assets -o %{target}))))