More Miller 6 release prep

This commit is contained in:
John Kerl 2021-11-06 12:57:24 -04:00
parent 18dda9e01e
commit 91def6906f
94 changed files with 2104 additions and 2271 deletions

View file

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