mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04: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
2555990c9c
commit
e4bce71f2b
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