mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-21 22:43:52 +00:00
add slim target
This commit is contained in:
parent
8224447985
commit
4494316152
5
Makefile
5
Makefile
|
@ -12,7 +12,10 @@ OSX_APP_RESOURCES_DIR = $(OSX_APP_CONTENTS_DIR)/Resources
|
|||
FRONTEND_EXPORT_DIR = frontend/out
|
||||
|
||||
all: $(BIN_DIR)
|
||||
go build -o $(BIN_DIR)/$@ ./cmd/$@
|
||||
go build -tags web -o $(BIN_DIR)/$@ ./cmd/$@
|
||||
|
||||
slim:
|
||||
go build -o $(BIN_DIR)/bbgo-slim ./cmd/bbgo
|
||||
|
||||
$(BIN_DIR):
|
||||
mkdir -p $@
|
||||
|
|
Loading…
Reference in New Issue
Block a user