mirror of
https://github.com/markqvist/LXMF.git
synced 2025-02-18 14:04:08 -05:00
Updated build scripts
This commit is contained in:
parent
cacddfdf30
commit
564cd9b18c
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…
x
Reference in New Issue
Block a user