aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1b97acbde..67626527a 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ CMX=$(CMO:.cmo=.cmx) $(ARITHSYNTAX:.cmo=.cmx)
COQMKTOP=scripts/coqmktop
COQC=scripts/coqc
-world: $(COQMKTOP) $(COQC) coqtop.byte coqtop.opt states theories tools
+world: $(COQMKTOP) $(COQC) coqtop.byte coqtop.opt states theories contrib tools
coqtop.opt: $(COQMKTOP) $(CMX)
$(COQMKTOP) -opt -notactics $(OPTFLAGS) -o coqtop.opt