handle editor having arguments

This commit is contained in:
Cory Bennett
2015-02-21 21:15:02 -08:00
parent 60f07bcdd6
commit cc5878fabc
2 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -18,7 +18,7 @@ export GOPATH=$(shell pwd)
build:
cd src/github.com/Netflix-Skunkworks/go-jira/jira; \
go install -v
go get -v
all:
mkdir -p $(DIST); \
@@ -28,3 +28,6 @@ all:
echo "Building for $$p"; \
GOOS=$${p/-*/} GOARCH=$${p/*-/} go build -v -o $(DIST)/jira-$$p; \
done
fmt:
gofmt -s -w jira