aboutsummaryrefslogtreecommitdiff
path: root/assets/dune
diff options
context:
space:
mode:
Diffstat (limited to '')
-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)