Rename to yq

This commit is contained in:
Mike Farah
2017-12-18 15:29:41 +11:00
parent dc4f8a6adb
commit cb48ba7173
15 changed files with 81 additions and 79 deletions
+1 -1
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.