Merge branch 'mprof-red-pr'

This commit is contained in:
John Kerl 2021-12-25 12:02:16 -05:00
commit 4260e505d8

View file

@ -79,17 +79,7 @@ so: install
sure: build check
mlr:
go build github.com/johnkerl/miller/cmd/mlr
mprof:
go build github.com/johnkerl/miller/cmd/mprof
mprof2:
go build github.com/johnkerl/miller/cmd/mprof2
mprof3:
go build github.com/johnkerl/miller/cmd/mprof3
mprof4:
go build github.com/johnkerl/miller/cmd/mprof4
mprof5:
go build github.com/johnkerl/miller/cmd/mprof5
mall: mprof5 mprof4 mprof3 mprof2 mprof mlr
# ----------------------------------------------------------------
# Please see comments in ./create-release-tarball as well as
@ -99,4 +89,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 docs
.PHONY: build mlr check unit_test regression_test fmt dev docs