add depends

This commit is contained in:
Swrup 2023-12-18 00:45:46 +01:00
parent 473954be07
commit 49b7a37597
126 changed files with 6991 additions and 8425 deletions

View file

@ -1,3 +1,24 @@
(test
(name main)
(modules main))
(name test)
(modules test util assets)
(libraries
config_serv_test ; implements config_serv module
config_test ; implements config module
shared
comment
geochan
;;
alcotest
fmt
fpath
re
prelude))
(rule
(target assets.ml)
(deps
(source_tree img))
(action
(with-stdout-to
%{null}
(run ocaml-crunch -m plain img -o %{target}))))