evil-wordle/dune

12 lines
229 B
Plaintext

(rule
(target "word.ml")
(deps (glob_files "words") "gen_words.sh")
(action (bash "./gen_words.sh")))
(executable
(name evilWordle)
(libraries js_of_ocaml brr lwd brr-lwd)
(preprocess
(pps js_of_ocaml-ppx))
(modes js))