Updated build scripts

This commit is contained in:
Mark Qvist 2022-10-22 22:43:28 +02:00
parent cacddfdf30
commit 564cd9b18c
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ __pycache__/
*.so
# Distribution / packaging
LXMF/Utilities/LXMF
RNS
.Python
build/

View File

@ -8,10 +8,12 @@ clean:
remove_symlinks:
@echo Removing symlinks for build...
-rm ./RNS
-rm ./LXMF/Utilities/LXMF
create_symlinks:
@echo Creating symlinks...
-ln -s ../Reticulum/RNS ./
-ln -s ../../LXMF ./LXMF/Utilities/LXMF
build_wheel:
python3 setup.py sdist bdist_wheel