mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-25 16:25:16 +00:00
Makefile: frce build bbgo-desktop
This commit is contained in:
parent
ce097f3747
commit
b90cc2a8c9
2
Makefile
2
Makefile
|
@ -51,7 +51,7 @@ pkged.go: frontend/out/index.html
|
||||||
|
|
||||||
static: frontend/out/index.html pkged.go
|
static: frontend/out/index.html pkged.go
|
||||||
|
|
||||||
build/BBGO.app/Contents/MacOS/bbgo-desktop:
|
build/BBGO.app/Contents/MacOS/bbgo-desktop: .FORCE
|
||||||
mkdir -p $(dir $@)
|
mkdir -p $(dir $@)
|
||||||
go build -o $@ ./cmd/bbgo-desktop
|
go build -o $@ ./cmd/bbgo-desktop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user