mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
quieten wheel build
This commit is contained in:
parent
0bfc90f52f
commit
1dd1acdffe
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ CHECKDEPS := $(shell find anki tests -name '*.py')
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: $(BUILD_STEPS) $(CHECKDEPS)
|
build: $(BUILD_STEPS) $(CHECKDEPS)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
python setup.py bdist_wheel
|
python setup.py -q bdist_wheel
|
||||||
rsync -a dist/*.whl ../dist/
|
rsync -a dist/*.whl ../dist/
|
||||||
|
|
||||||
# prepare code for running in place
|
# prepare code for running in place
|
||||||
|
|
|
@ -101,7 +101,7 @@ CHECKDEPS := $(shell find aqt tests -name '*.py')
|
||||||
.PHONY: build
|
.PHONY: build
|
||||||
build: $(BUILD_STEPS)
|
build: $(BUILD_STEPS)
|
||||||
rm -rf dist
|
rm -rf dist
|
||||||
python setup.py bdist_wheel
|
python setup.py -q bdist_wheel
|
||||||
rsync -a dist/*.whl ../dist/
|
rsync -a dist/*.whl ../dist/
|
||||||
|
|
||||||
.PHONY: develop
|
.PHONY: develop
|
||||||
|
|
Loading…
Reference in a new issue