mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-06-03 00:29:49 -04:00
🚀 Unix & Windows recursive build
This commit is contained in:
parent
7cf892265c
commit
8f79fd8faa
2 changed files with 14 additions and 1 deletions
|
@ -21,4 +21,10 @@ setup: setup.py
|
|||
@. venv/bin/activate; python3 setup.py install --record files.txt
|
||||
|
||||
build: setup build.py
|
||||
@. venv/bin/activate; python3 build.py
|
||||
@. venv/bin/activate; python3 build.py
|
||||
|
||||
build_unix: setup build.py
|
||||
@. venv/bin/activate; python3 build.py unix
|
||||
|
||||
build_windows: setup build.py
|
||||
@. venv/bin/activate; python3 build.py windows
|
Loading…
Add table
Add a link
Reference in a new issue