mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -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
|
.PHONY: check
|
||||||
check: pyenv meta/buildhash
|
check: pyenv meta/buildhash
|
||||||
@. pyenv/bin/activate && \
|
@. pyenv/bin/activate && \
|
||||||
|
$(SUBMAKE) -C rspy develop && \
|
||||||
|
$(SUBMAKE) -C pylib develop && \
|
||||||
for dir in $(CHECKABLE); do \
|
for dir in $(CHECKABLE); do \
|
||||||
$(SUBMAKE) -C $$dir check; \
|
$(SUBMAKE) -C $$dir check; \
|
||||||
done;
|
done;
|
||||||
|
|
Loading…
Reference in a new issue