rename assets go file
This commit is contained in:
parent
bac136603b
commit
6937c349f0
3 changed files with 4 additions and 4 deletions
4
makefile
4
makefile
|
|
@ -9,10 +9,10 @@ GO_LDFLAGS := $(GO_LDFLAGS) -X 'main.Version=$(VERSION)' -X 'main.GitHash=$(GITH
|
|||
|
||||
default: bundle
|
||||
|
||||
server/assets_bundle.go: $(ASSETS)
|
||||
server/assets.go: $(ASSETS)
|
||||
go run scripts/bundle_assets.go >/dev/null
|
||||
|
||||
bundle: server/assets_bundle.go
|
||||
bundle: server/assets.go
|
||||
|
||||
build_macos: bundle
|
||||
set GOOS=darwin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue