mirror of
https://github.com/markqvist/Sideband.git
synced 2026-04-28 09:43:05 +00:00
Cleanup unneeded dependencies
This commit is contained in:
parent
c727abe1ef
commit
65e08a9d41
30 changed files with 6 additions and 1857 deletions
6
Makefile
6
Makefile
|
|
@ -40,8 +40,10 @@ preparewheel:
|
|||
pyclean .
|
||||
$(MAKE) -C sbapp cleanrns
|
||||
|
||||
build_wheel:
|
||||
python3 setup.py sdist bdist_wheel
|
||||
compile_wheel:
|
||||
python3 setup.py bdist_wheel
|
||||
|
||||
build_wheel: remove_symlinks compile_wheel create_symlinks
|
||||
|
||||
build_win_exe:
|
||||
python -m PyInstaller sideband.spec --noconfirm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue