aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThéo Zimmermann2018-10-03 16:52:30 +0200
committerThéo Zimmermann2018-10-03 16:52:30 +0200
commit058a6c97a4267e4d6ebe88872bd7b19ad3eb3475 (patch)
tree14f5195f09bb452d4d4e31e640d81b7f764e878c
parent10477a2b31e9cddc697b03f75adcc5e42acb0e85 (diff)
parent69da6e92961d5c7007e7836c2770f9c4a3b9e0e2 (diff)
Merge PR #8631: [dune] Fix couple of minor bugs in #8617
-rw-r--r--Makefile.dune8
-rw-r--r--dev/dune-workspace.all2
2 files changed, 5 insertions, 5 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
diff --git a/dev/dune-workspace.all b/dev/dune-workspace.all
index 44857ed050..1a8a816aaa 100644
--- a/dev/dune-workspace.all
+++ b/dev/dune-workspace.all
@@ -2,7 +2,7 @@
; Add custom flags here. Default developer profile is `dev`
(env
- (dev (flags :standard -rectypes -w -9-27-50))
+ (dev (flags :standard -rectypes -w -9-27-50+60))
(release (flags :standard -rectypes)))
(context (opam (switch 4.05.0)))