diff options
| author | Théo Zimmermann | 2018-10-03 16:52:30 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-03 16:52:30 +0200 |
| commit | 058a6c97a4267e4d6ebe88872bd7b19ad3eb3475 (patch) | |
| tree | 14f5195f09bb452d4d4e31e640d81b7f764e878c /Makefile.dune | |
| parent | 10477a2b31e9cddc697b03f75adcc5e42acb0e85 (diff) | |
| parent | 69da6e92961d5c7007e7836c2770f9c4a3b9e0e2 (diff) | |
Merge PR #8631: [dune] Fix couple of minor bugs in #8617
Diffstat (limited to 'Makefile.dune')
| -rw-r--r-- | Makefile.dune | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.dune b/Makefile.dune index ac5f584b90..6733c485fa 100644 --- a/Makefile.dune +++ b/Makefile.dune @@ -1,7 +1,7 @@ # -*- mode: makefile -*- # Dune Makefile for Coq -.PHONY: help voboot states world watch release apidoc clean +.PHONY: voboot states world watch release apidoc ocheck clean help # use DUNEOPT=--display=short for a more verbose build # DUNEOPT=--display=short @@ -29,9 +29,6 @@ states: voboot world: voboot dune build $(DUNEOPT) @install -ocheck: voboot - dune build $(DUNEOPT) @install --workspace=dev/dune-workspace.all - watch: voboot dune build $(DUNEOPT) @install -w @@ -41,6 +38,9 @@ release: voboot apidoc: voboot dune build $(DUNEOPT) @doc +ocheck: voboot + dune build $(DUNEOPT) @install --workspace=dev/dune-workspace.all + clean: dune clean |
