mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
Merge branch 'mprof-red-pr'
This commit is contained in:
commit
4260e505d8
1 changed files with 1 additions and 11 deletions
12
Makefile
12
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue