1 Star 0 Fork 8

cong_wa/kLoop

forked from Fantix King/kLoop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
Fantix King 提交于 2022-06-25 14:44 . Fix setup.py build and clean
.PHONY: dist dev build clean
.DEFAULT_GOAL := dev
# Make distribution tarballs
dist:
pip install -U build
python -m build
# Incrementally build for development
dev:
KLOOP_DEBUG=1 python setup.py develop
# Always build for development
build:
KLOOP_FORCE=1 KLOOP_DEBUG=1 python setup.py develop
# Clean up everything including the Rust build cache
clean:
python setup.py clean --all
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/cong_wa/kloop.git
git@gitee.com:cong_wa/kloop.git
cong_wa
kloop
kLoop
main

搜索帮助