aboutsummaryrefslogtreecommitdiff
path: root/test-suite/misc/universes/dune
blob: 0772f95604864ed1b341137dccc59a42090b6707 (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
    (bash "./build_all_stdlib.sh"))))