Makefile: frce build bbgo-desktop

This commit is contained in:
c9s 2021-02-04 20:36:34 +08:00
parent ce097f3747
commit b90cc2a8c9

View File

@ -51,7 +51,7 @@ pkged.go: frontend/out/index.html
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 $@)
go build -o $@ ./cmd/bbgo-desktop