diff --git a/Makefile b/Makefile index 5f9a8bdbf..8cfa25334 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,9 @@ dune_wrap = $(shell command -v coqc > /dev/null || echo "etc/with-rocq-wrap.sh") dune = $(dune_wrap) dune $(1) $(DUNE_$(1)_FLAGS --stop-on-first-error DUNE_IN_FILES = $(shell find . -name "dune.in" | sed -e 's/.in$$//') +# dune doesn't support parallel invocations +.NOTPARALLEL: + all: $(DUNE_IN_FILES) $(call dune,build) $(call dune,build) builtin-doc