update mlr -O behavior for #756 (#788)

This commit is contained in:
John Kerl 2021-12-21 22:40:34 -05:00 committed by GitHub
parent fafff68c20
commit 93862f16f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 75 additions and 45 deletions

View file

@ -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