rename make precommit to make dev

This commit is contained in:
John Kerl 2021-11-11 00:02:24 -05:00
parent 9a9b635fb2
commit 0d4fc143ad
8 changed files with 9 additions and 9 deletions

View file

@ -32,6 +32,6 @@ PRs which pass regression test ([https://github.com/johnkerl/miller/blob/main/go
Much of Miller's documentation is autogenerated from code. With the `miller/go`
directory in your `$PATH` (so it will find the modified `mlr` executable if
you've modified any source code), please do `make precommit` in the Miller base
you've modified any source code), please do `make dev` in the Miller base
directory. This runs source build, unit test, regression test, manual-page
autogen, document autogen, and document static-build all in the correct order.