mirror of
https://github.com/johnkerl/miller.git
synced 2026-01-23 02:14:13 +00:00
'make release_tarball' target, Go analog of C 'make distcheck' (#742)
This commit is contained in:
parent
fe9a70e225
commit
92bc0f3b00
7 changed files with 112 additions and 12 deletions
10
Makefile
10
Makefile
|
|
@ -1,6 +1,3 @@
|
|||
# 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: ./mlr, or go\mlr.exe on Windows"
|
||||
|
|
@ -35,5 +32,10 @@ precommit:
|
|||
# Keystroke-saver
|
||||
itso: build check install
|
||||
|
||||
# Please see comments in ./create-release-tarball as well as
|
||||
# https://miller.readthedocs.io/en/latest/build/#creating-a-new-release-for-developers
|
||||
release_tarball: build check
|
||||
./create-release-tarball
|
||||
|
||||
# Go does its own dependency management, outside of make.
|
||||
.PHONY: build precommit
|
||||
.PHONY: build check install precommit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue