diff options
author | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2017-05-19 10:48:30 +0200 |
---|---|---|
committer | Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr> | 2017-05-19 10:48:30 +0200 |
commit | 0a67131d9a63e26ea2ea85d9ed51d76d8464295e (patch) | |
tree | 980727a88f63908ce1f25f317e43126a0d3d0ad8 /Makefile.dev | |
parent | 37e84b83739fec666264904bc06fd32b46b83140 (diff) | |
parent | 9f11adda4bff194a3c6a66d573ce7001d4399886 (diff) |
Merge branch 'master' into ltac2-hooks
Diffstat (limited to 'Makefile.dev')
-rw-r--r-- | Makefile.dev | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.dev b/Makefile.dev index 5931e46dd..1803cc8ff 100644 --- a/Makefile.dev +++ b/Makefile.dev @@ -97,7 +97,10 @@ minibyte: $(COQTOPBYTE) pluginsbyte pluginsopt: $(PLUGINSOPT) pluginsbyte: $(PLUGINS) -.PHONY: coqlight states miniopt minibyte pluginsopt pluginsbyte +# This should build all the ocaml code but not (most of) the .v files +coqocaml: tools coqbinaries pluginsopt coqide printers + +.PHONY: coqlight states miniopt minibyte pluginsopt pluginsbyte coqocaml ########################## ### 2) core ML components |