From fb7dcb3b3919f47a2cd01e2b89b69e34767bab0c Mon Sep 17 00:00:00 2001 From: c9s Date: Fri, 19 Feb 2021 10:18:03 +0800 Subject: [PATCH] fix makefile target all --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 $@