This commit is contained in:
Simon Cruanes 2022-05-03 10:45:29 -04:00
parent 7e4a1adf83
commit dbd23b2f7d
No known key found for this signature in database
GPG key ID: EBFFF6F283F3A2B4

View file

@ -12,6 +12,9 @@ clean:
protoc-gen: protoc-gen:
@dune build @lint @dune build @lint
format:
@dune fmt
WATCH ?= @all WATCH ?= @all
watch: watch:
@dune build $(WATCH) -w $(OPTS) @dune build $(WATCH) -w $(OPTS)