aboutsummaryrefslogtreecommitdiff
path: root/Makefile.dune
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.dune')
-rw-r--r--Makefile.dune4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.dune b/Makefile.dune
index e04982650f..81afa5bb91 100644
--- a/Makefile.dune
+++ b/Makefile.dune
@@ -12,6 +12,7 @@ help:
@echo "Welcome to Coq's Dune-based build system. Targets are:"
@echo " - states: build a minimal functional coqtop"
@echo " - world: build all binaries and libraries"
+ @echo " - watch: build all binaries and libraries [continuous build]"
@echo " - release: build Coq in release mode"
@echo " - apidoc: build ML API documentation"
@echo " - clean: remove build directory and autogenerated files"
@@ -27,6 +28,9 @@ states: voboot
world: voboot
dune build $(DUNEOPT) @install
+watch: voboot
+ dune build $(DUNEOPT) @install -w
+
release: voboot
dune build $(DUNEOPT) -p coq