This commit is contained in:
李子铭 2024-11-21 09:35:03 +08:00
parent 9f171611c5
commit f8a8d9459b
1 changed files with 0 additions and 12 deletions

View File

@ -23,18 +23,6 @@ build-linux:
export GOPROXY=https://goproxy.cn,direct; \ export GOPROXY=https://goproxy.cn,direct; \
cd ${name} && go build -o ../../pkg/linux/${name}.so . cd ${name} && go build -o ../../pkg/linux/${name}.so .
.PHONY: zltx
zltx:
make build-mac name=zltx && \
make build-linux name=zltx && \
make build-win name=zltx
.PHONY: zltx_card
zltx_card:
make build-mac name=zltx_card && \
make build-linux name=zltx_card && \
make build-win name=zltx_card
.PHONY: zltx_v1 .PHONY: zltx_v1
zltx_v1: zltx_v1:
make build-mac name=zltx_v1 && \ make build-mac name=zltx_v1 && \