Reorder tasks in makefile
This commit is contained in:
parent
75c7caba86
commit
65cce4a726
10
Makefile
10
Makefile
@ -1,14 +1,14 @@
|
||||
build:
|
||||
rm -f bindata.go
|
||||
go-bindata -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/...
|
||||
gox -osarch="darwin/amd64 linux/amd64 linux/386 windows/amd64 windows/386" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
|
||||
|
||||
dev:
|
||||
rm -f bindata.go
|
||||
go-bindata -debug -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/...
|
||||
go build
|
||||
@echo "You can now execute ./pgweb"
|
||||
|
||||
build:
|
||||
rm -f bindata.go
|
||||
go-bindata -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/...
|
||||
gox -osarch="darwin/amd64 linux/amd64 linux/386 windows/amd64 windows/386" -output="./bin/pgweb_{{.OS}}_{{.Arch}}"
|
||||
|
||||
setup:
|
||||
go get github.com/mitchellh/gox
|
||||
go get github.com/jteeuwen/go-bindata/...
|
||||
|
Loading…
x
Reference in New Issue
Block a user