mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
Merge remote-tracking branch 'upstream/master' into ankiaddon-filetype-handling-followup
This commit is contained in:
commit
2a88ca3072
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -69,6 +69,8 @@ clean-dist:
|
|||
.PHONY: check
|
||||
check: pyenv meta/buildhash
|
||||
@. pyenv/bin/activate && \
|
||||
$(SUBMAKE) -C rspy develop && \
|
||||
$(SUBMAKE) -C pylib develop && \
|
||||
for dir in $(CHECKABLE); do \
|
||||
$(SUBMAKE) -C $$dir check; \
|
||||
done;
|
||||
|
|
Loading…
Reference in a new issue