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

View file

@ -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}))))