Merge pull request #410 from dcbw/default-gopath

build: create a local GOPATH if none specified
This commit is contained in:
Mrunal Patel 2017-04-20 12:03:54 -07:00 committed by GitHub
commit 0801a68990
6 changed files with 95 additions and 50 deletions

View file

@ -1,6 +0,0 @@
bin2img: $(wildcard *.go)
go build -tags "$(BUILDTAGS)" -o $@
.PHONY: clean
clean:
rm -f bin2img

View file

@ -1,6 +0,0 @@
checkseccomp: $(wildcard *.go)
go build -o $@
.PHONY: clean
clean:
rm -f checkseccomp

View file

@ -1,6 +0,0 @@
copyimg: $(wildcard *.go)
go build -tags "$(BUILDTAGS)" -o $@
.PHONY: clean
clean:
rm -f copyimg