diff options
Diffstat (limited to 'mathcomp/Makefile.coq.local')
| -rw-r--r-- | mathcomp/Makefile.coq.local | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mathcomp/Makefile.coq.local b/mathcomp/Makefile.coq.local index 11d3121..a5bbf9d 100644 --- a/mathcomp/Makefile.coq.local +++ b/mathcomp/Makefile.coq.local @@ -1,3 +1,7 @@ +VOFILES += test_suite/hierarchy_test.vo + +test_suite/hierarchy_test.vo: test_suite/hierarchy_test.v all/all.vo + test_suite/hierarchy_test.v: all/all.vo mkdir -p test_suite/ COQBIN=$(COQBIN) ocaml ../etc/utils/hierarchy.ml -verify \ |
