1
0
mirror of https://github.com/taigrr/yq synced 2025-01-18 04:53:17 -08:00

Rename to yq

This commit is contained in:
Mike Farah
2017-12-18 09:11:08 +11:00
parent dc4f8a6adb
commit cb48ba7173
15 changed files with 81 additions and 79 deletions

View File

@@ -53,7 +53,7 @@ build: build/dev
.PHONY: build/dev
build/dev: test *.go
@mkdir -p bin/
${DOCKRUN} go build -o bin/yaml --ldflags "$(LDFLAGS)"
${DOCKRUN} go build --ldflags "$(LDFLAGS)"
${DOCKRUN} bash ./scripts/acceptance.sh
## Compile the project for multiple OS and Architectures.