diff --git a/Makefile b/Makefile index 791bc3ce3b..d5d9e7f5df 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,6 @@ doc: ## Generate odoc documentation .PHONY: fmt fmt: ## Format the codebase with ocamlformat opam exec -- dune build --root . --auto-promote @fmt - make -C playground fmt .PHONY: watch watch: ## Watch for the filesystem and rebuild on every change