aboutsummaryrefslogtreecommitdiff
path: root/test-suite/misc/universes/dune
blob: 58bba300d26916b36f8b0f0ff7a5af63d0bf4986 (plain)
1
2
3
4
5
6
7
8
(rule
 (targets all_stdlib.v)
 (deps
   (source_tree ../../../theories)
   (source_tree ../../../plugins))
 (action
   (with-outputs-to all_stdlib.v
    (run ./build_all_stdlib.sh))))