Initial commit.
This commit is contained in:
7
vendor/github.com/pressly/goose/Makefile
generated
vendored
Normal file
7
vendor/github.com/pressly/goose/Makefile
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
dist:
|
||||
@mkdir -p ./bin
|
||||
@rm -f ./bin/*
|
||||
GOOS=darwin GOARCH=amd64 go build -o ./bin/goose-darwin64 ./cmd/goose
|
||||
GOOS=linux GOARCH=amd64 go build -o ./bin/goose-linux64 ./cmd/goose
|
||||
GOOS=linux GOARCH=386 go build -o ./bin/goose-linux386 ./cmd/goose
|
||||
|
Reference in New Issue
Block a user