mirror of
https://github.com/markqvist/LXMF.git
synced 2026-04-27 14:20:39 +00:00
Updated makefile
This commit is contained in:
parent
7c71eb1df4
commit
f4c805ea35
1 changed files with 6 additions and 1 deletions
7
Makefile
7
Makefile
|
|
@ -16,7 +16,12 @@ create_symlinks:
|
|||
-ln -s ../../LXMF ./LXMF/Utilities/LXMF
|
||||
|
||||
build_wheel:
|
||||
python3 setup.py sdist bdist_wheel
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
build_sdist:
|
||||
python3 setup.py sdist
|
||||
|
||||
build_spkg: remove_symlinks build_sdist create_symlinks
|
||||
|
||||
release: remove_symlinks build_wheel create_symlinks
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue