aboutsummaryrefslogtreecommitdiff
path: root/tools/dune
blob: 2e223d42c9e4f36078c2844da41d21d7d132971e (plain)
1
2
3
4
5
6
7
8
9
10
(library
 (name tools))

(rule
 (target git_hash.ml)
 (deps git_head.sh)
 (action
  (with-stdout-to
   %{target}
   (bash "./git_head.sh"))))