Skip to content

Commit

Permalink
--story=120321549 Fix: bcs-powertrading Makefile (merge request !2080)
Browse files Browse the repository at this point in the history
Squash merge branch 'compile_source' into 'master'

TAPD: --story=120321549
  • Loading branch information
wessonli authored and marsjma committed Oct 25, 2024
1 parent 35b939a commit ae375ec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bcs-scenarios/bcs-powertrading/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

GOPATH:=$(shell go env GOPATH)
OUTPUT=build/bcs.${VERSION}

bcs_edition?=inner_edition

Expand Down Expand Up @@ -60,7 +61,9 @@ cm-proto:

.PHONY: build
build:
go build ${LDFLAG} -o bcs-powertrading *.go
mkdir -p ${OUTPUT}/bcs-powertrading/
cp -r ./image/* ${OUTPUT}/bcs-powertrading/
go build ${LDFLAG} -o ${OUTPUT}/bcs-powertrading/bcs-powertrading *.go

.PHONY: test
test:
Expand Down

0 comments on commit ae375ec

Please sign in to comment.