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 *.so
# Distribution / packaging # Distribution / packaging
LXMF/Utilities/LXMF
RNS RNS
.Python .Python
build/ build/

View File

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