mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
chore: fix makefile
This commit is contained in:
parent
2a2b03ffc8
commit
2d081c554b
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -70,7 +70,7 @@ reindent:
|
||||||
|
|
||||||
WATCH=@all
|
WATCH=@all
|
||||||
watch:
|
watch:
|
||||||
@dune build $(WATCH) -w $(OPTS) --profile=release
|
@dune build $(WATCH) -w $(OPTS)
|
||||||
#@dune build @all -w # TODO: once tests pass
|
#@dune build @all -w # TODO: once tests pass
|
||||||
|
|
||||||
.PHONY: clean doc all bench install uninstall remove reinstall bin test
|
.PHONY: clean doc all bench install uninstall remove reinstall bin test
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue