diff --git a/Makefile b/Makefile index 20a33b56..9f9d1e13 100644 --- a/Makefile +++ b/Makefile @@ -67,7 +67,7 @@ reindent: WATCH=@all watch: - @dune build $(WATCH) -w $(OPTS) --profile=release + @dune build $(WATCH) -w $(OPTS) #@dune build @all -w # TODO: once tests pass .PHONY: clean doc all bench install uninstall remove reinstall bin test