Skip to content

Commit

Permalink
ビルドの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
FlowingSPDG committed May 16, 2024
1 parent c8e80a3 commit f0ceb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f0ceb3d

Please sign in to comment.