mirror of
https://github.com/Threnklyn/jira.git
synced 2026-05-27 08:18:29 +02:00
handle editor having arguments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user