gen_words.sh in dependency

This commit is contained in:
Frédéric Bour 2022-02-13 19:55:49 +09:00
parent a142e8e53d
commit 727ac13c11
1 changed files with 1 additions and 1 deletions

2
dune
View File

@ -1,6 +1,6 @@
(rule
(target "word.ml")
(deps (glob_files "words"))
(deps (glob_files "words") "gen_words.sh")
(action (bash "./gen_words.sh")))
(executable