mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
5 lines
80 B
Makefile
5 lines
80 B
Makefile
buzz:
|
|
pyinstaller --noconfirm Buzz.spec
|
|
|
|
reqs:
|
|
pip3 freeze > requirements.txt
|