mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
chore: makefile
This commit is contained in:
parent
c14070b622
commit
c81d10426f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue