1 Star 2 Fork 0

李所当然/lal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 761 Bytes
一键复制 编辑 原始数据 按行查看 历史
.PHONY: build
build:
./script/build.sh
.PHONY: build_for_linux
build_for_linux:
export CGO_ENABLED=0 && export GOS=linux && ./script/build.sh
.PHONY: build_for_linux_amd64
build_for_linux_amd64:
export CGO_ENABLED=0 && export GOS=linux && export GOARCH=amd64 && ./script/build.sh
.PHONY: build_for_linux_arm64
build_for_linux_arm64:
export CGO_ENABLED=0 && export GOS=linux && export GOARCH=arm64 && ./script/build.sh
.PHONY: test
test:
./script/test.sh
.PHONY: image
image:
./script/build_docker_image.sh
.PHONY: clean
clean:
./script/clean.sh
.PHONY: check_versions
check_versions:
./script/check_versions.sh
.PHONY: gen_release
gen_release:
./script/gen_release.sh
.PHONY: gen_tag
gen_tag:
./script/gen_tag.sh
.PHONY: all
all: build test
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lilw1/lal.git
git@gitee.com:lilw1/lal.git
lilw1
lal
lal
master

搜索帮助