This commit is contained in:
swrup 2026-02-10 11:59:51 +01:00
parent 0a45e7fe95
commit 5a8f626fed
16 changed files with 98 additions and 13 deletions

View file

@ -37,8 +37,8 @@
(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}))))