15 Star 90 Fork 0

IceWhale Team/CasaOS

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 269 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li 提交于 2021-09-27 17:22 +08:00 . update makefile
.PHONY:build build-ui build-backend help
build: build-ui build-backend
build-ui:
cd CasaOS-UI && yarn install && yarn build
build-backend:
export CGO_ENABLED=1;export CGO_LDFLAGS=-static;go build -o ./casa main.go;upx --lzma --best casa
help:
@echo "call john"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/icewhale-team/CasaOS.git
git@gitee.com:icewhale-team/CasaOS.git
icewhale-team
CasaOS
CasaOS
main

搜索帮助