aboutsummaryrefslogtreecommitdiff
path: root/Makefile.build
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2015-03-24 21:01:42 +0100
committerPierre-Marie Pédrot2015-06-25 15:54:40 +0200
commit679e49dbdc1448c65122eecd24783eb35376d492 (patch)
tree5055b0e9039d91b6c8cc42b9f7d121ec7c381542 /Makefile.build
parent9c7b70032972ed613bcca02cceedcd33c240f7a8 (diff)
Adding a more efficient representation of OCaml objects in votour.
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.build b/Makefile.build
index 92c0d46f24..16c5730865 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -654,7 +654,7 @@ $(FAKEIDE): lib/clib$(BESTLIB) lib/xml_lexer$(BESTOBJ) lib/xml_parser$(BESTOBJ)
# votour: a small vo explorer (based on the checker)
-bin/votour: lib/cObj$(BESTOBJ) checker/values$(BESTOBJ) checker/votour.ml
+bin/votour: lib/cObj$(BESTOBJ) checker/analyze$(BESTOBJ) checker/values$(BESTOBJ) checker/votour.ml
$(SHOW)'OCAMLBEST -o $@'
$(HIDE)$(call bestocaml, -I checker,)