diff options
| author | Gaëtan Gilbert | 2018-05-16 20:36:34 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-05-16 20:36:34 +0200 |
| commit | d0243311634a8d6fa77fb2d0bb36eab96186a605 (patch) | |
| tree | 78708423b22b7b5025c4fae1d35a725de6bba830 /Makefile.build | |
| parent | 107e42b0776a0979e522e82654435d9f2bea7a80 (diff) | |
Modify make system to include Makefile.common in the test suite
Diffstat (limited to 'Makefile.build')
| -rw-r--r-- | Makefile.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.build b/Makefile.build index ffe6057574..179ca28b6c 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 |
