chore: makefile

This commit is contained in:
Simon Cruanes 2021-08-18 12:43:48 -04:00
parent c14070b622
commit c81d10426f

View file

@ -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