6 lines
136 B
Makefile
6 lines
136 B
Makefile
|
test:
|
||
|
python -m unittest --verbose
|
||
|
|
||
|
maclocalbuild:
|
||
|
bash ./scripts/generate-macos-arm64.sh && python3 setup.py bdist_wheel --verbose
|