aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-04 08:09:34 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-04 08:09:34 -0600
commit82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c (patch)
treef52f3b93b4da00a69a7fee61fc8e9d1ea6c3b2dc
parenteacb0f2e62b3a713083be9cc15b8af41fac2d6af (diff)
downloadwormhole-82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c.tar.gz
wormhole-82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c.tar.bz2
wormhole-82ea8dd9b62ecf8040d1db7e682e9a959a9f5b6c.zip
Fix assets
-rw-r--r--assets/dune4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/dune b/assets/dune
index 0a984cb..6c59bf7 100644
--- a/assets/dune
+++ b/assets/dune
@@ -1,9 +1,9 @@
(rule
- (targets static.ml)
+ (targets assets.ml)
(deps (source_tree ./))
(action
(setenv OCAMLRUNPARAM "b"
- (run %{bin:ocaml-crunch} --mode=plain -o static.ml -e css -e svg -e png -e jpg -e ttf ./))
+ (run %{bin:ocaml-crunch} --mode=plain -o assets.ml -e css -e svg -e png -e jpg -e ttf ./))
))
(library (name assets)