mirror of
https://github.com/markqvist/LXMF.git
synced 2025-06-25 22:50:36 -04:00
Updated build scripts
This commit is contained in:
parent
cacddfdf30
commit
564cd9b18c
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -8,6 +8,7 @@ __pycache__/
|
||||||
*.so
|
*.so
|
||||||
|
|
||||||
# Distribution / packaging
|
# Distribution / packaging
|
||||||
|
LXMF/Utilities/LXMF
|
||||||
RNS
|
RNS
|
||||||
.Python
|
.Python
|
||||||
build/
|
build/
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue