diff --git a/Makefile b/Makefile index ffa905b8f..2a4b44507 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,7 @@ OSX_APP_GUI ?= webview FRONTEND_EXPORT_DIR = frontend/out -all: $(BIN_DIR) - go build -tags web -o $(BIN_DIR)/$@ ./cmd/$@ +all: bbgo-linux bbgo-darwin $(BIN_DIR): mkdir -p $@