mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
need to invoke make for pull-i18n
suggestions on a more elegant want to avoid executing these rules every time without needing to invoke make welcome!
This commit is contained in:
parent
9e5e214891
commit
84c066aa02
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -51,11 +51,11 @@ run: develop
|
|||
prepare: rslib/ftl/repo qt/ftl/repo qt/po/repo
|
||||
|
||||
rslib/ftl/repo:
|
||||
pull-i18n
|
||||
$(MAKE) pull-i18n
|
||||
qt/ftl/repo:
|
||||
pull-i18n
|
||||
$(MAKE) pull-i18n
|
||||
qt/po/repo:
|
||||
pull-i18n
|
||||
$(MAKE) pull-i18n
|
||||
|
||||
.PHONY: build
|
||||
build: clean-dist build-rspy build-pylib build-qt add-buildhash
|
||||
|
|
|
|||
Loading…
Reference in a new issue