mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-05 19:00:33 -05:00
chore: makefile
This commit is contained in:
parent
d9a701140c
commit
fbf7c5e090
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -79,7 +79,7 @@ reindent:
|
||||||
|
|
||||||
WATCH=@all
|
WATCH=@all
|
||||||
watch:
|
watch:
|
||||||
@dune build $(WATCH) -w $(OPTS)
|
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