mirror of
https://github.com/sosedoff/pgweb.git
synced 2024-12-15 03:36:33 +03:00
Add -ignore flag to bindata generation
This commit is contained in:
parent
7b93db0760
commit
12631544fc
4
Makefile
4
Makefile
@ -1,11 +1,11 @@
|
||||
build:
|
||||
rm -f bindata.go
|
||||
go-bindata static/...
|
||||
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 static/...
|
||||
go-bindata -debug -ignore=\\.gitignore -ignore=\\.DS_Store -ignore=\\.gitkeep static/...
|
||||
go build
|
||||
@echo "You can now execute ./pgweb"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user