mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
More Miller 6 release prep
This commit is contained in:
parent
18dda9e01e
commit
91def6906f
94 changed files with 2104 additions and 2271 deletions
4
Makefile
4
Makefile
|
|
@ -1,5 +1,9 @@
|
|||
# TODO: 'cp go/mlr .' or 'copy go\mlr.exe .' with reliable platform detection
|
||||
# and no confusing error messages.
|
||||
|
||||
build:
|
||||
make -C go build
|
||||
@echo Miller executable is: go/mlr
|
||||
|
||||
check:
|
||||
make -C go check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue