mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
fix missing develop step in make check
This commit is contained in:
parent
f8df688648
commit
c27701da49
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