mirror of
https://github.com/markqvist/LXMF.git
synced 2025-05-02 06:06:23 -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
|
||||
|
||||
# Distribution / packaging
|
||||
LXMF/Utilities/LXMF
|
||||
RNS
|
||||
.Python
|
||||
build/
|
||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue