1 Star 0 Fork 0

kin9-0rz/xmake_pybind11_example

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 334 Bytes
一键复制 编辑 原始数据 按行查看 历史
kin9-0rz 提交于 2021-12-08 18:39 +08:00 . test: 💍 一个测试例子
.PHONY: build
dev:
xmake
# python setup.py install --user
pip install -e .
build:
xmake
python setup.py build sdist
pip install dist/pyfoo-0.1.tar.gz
test:
pip show pyfoo | grep Location
cd && python -c "import pyfoo; print(pyfoo.add(1,2))"
uninstall: clean
pip uninstall -y pyfoo
clean:
rm -rf build dist MANIFEST pyfoo*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/kin9-0rz/xmake_pybind11_example.git
git@gitee.com:kin9-0rz/xmake_pybind11_example.git
kin9-0rz
xmake_pybind11_example
xmake_pybind11_example
master

搜索帮助