diff --git a/Makefile b/Makefile index b784d448..5b073ab0 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,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