aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile.build
diff options
context:
space:
mode:
authorGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-16 20:36:34 +0200
committerGravatar Gaëtan Gilbert <gaetan.gilbert@skyskimmer.net>2018-05-16 20:36:34 +0200
commitd0243311634a8d6fa77fb2d0bb36eab96186a605 (patch)
tree78708423b22b7b5025c4fae1d35a725de6bba830 /Makefile.build
parent107e42b0776a0979e522e82654435d9f2bea7a80 (diff)
Modify make system to include Makefile.common in the test suite
Diffstat (limited to 'Makefile.build')
-rw-r--r--Makefile.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build
index ffe605757..179ca28b6 100644
--- a/Makefile.build
+++ b/Makefile.build
@@ -89,6 +89,7 @@ byte: coqbyte coqide-byte pluginsbyte printers
MLFILES := $(MLSTATICFILES) $(GENMLFILES) $(ML4FILES:.ml4=.ml)
include Makefile.common
+include Makefile.vofiles
include Makefile.doc ## provides the 'documentation' rule
include Makefile.checker
include Makefile.ide ## provides the 'coqide' rule