From f0ceb3d728b7c53ab909e06cbff799be6315c5ce Mon Sep 17 00:00:00 2001 From: Shugo Kawamura Date: Thu, 16 May 2024 16:26:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=93=E3=83=AB=E3=83=89=E3=81=AE=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 9d80995..abd11ed 100644 --- a/makefile +++ b/makefile @@ -54,7 +54,7 @@ build-prepare: build-prepare-server build-prepare-web build: build-web build-server build-server: build-prepare #TODO: goxをやめる - @cd ./server && go run github.com/mitchellh/gox@v1.0.1 --osarch "windows/amd64" --output ../$(DIST_DIR)/${BINARY_NAME}_{{.OS}}_{{.Arch}} ./ + @go run github.com/mitchellh/gox@v1.0.1 --osarch "windows/amd64" --output ./${DIST_DIR}/${BINARY_NAME}_{{.OS}}_{{.Arch}} ./ build-web: @cd ./web && yarn run build @$(MKDIR) ./$(SERVER_DIR)/static