mirror of
https://github.com/johnkerl/miller.git
synced 2026-07-17 16:38:54 +00:00
parent
fafff68c20
commit
93862f16f9
12 changed files with 75 additions and 45 deletions
5
Makefile
5
Makefile
|
|
@ -189,6 +189,9 @@ dev:
|
|||
make -C docs
|
||||
@echo DONE
|
||||
|
||||
docs:
|
||||
make -C docs
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
# Keystroke-savers
|
||||
it: build check
|
||||
|
|
@ -216,4 +219,4 @@ release_tarball: build check
|
|||
|
||||
# ================================================================
|
||||
# Go does its own dependency management, outside of make.
|
||||
.PHONY: build mlr mprof mprof2 mprof3 mprof4 mprof5 check unit_test regression_test fmt dev
|
||||
.PHONY: build mlr mprof mprof2 mprof3 mprof4 mprof5 check unit_test regression_test fmt dev docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue