mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
Fixed rspy/Makefile not rebuilding when rspy/src files are changed
This commit is contained in:
parent
8960d12aac
commit
9451d1f705
1 changed files with 2 additions and 1 deletions
|
|
@ -25,7 +25,8 @@ DEPS := .build/tools .build/vernum ../meta/buildhash \
|
||||||
$(wildcard $(QT_FTL_TEMPLATES)/*.ftl) \
|
$(wildcard $(QT_FTL_TEMPLATES)/*.ftl) \
|
||||||
$(wildcard $(QT_FTL_LOCALES)/*/*.ftl) \
|
$(wildcard $(QT_FTL_LOCALES)/*/*.ftl) \
|
||||||
$(shell ${FIND} ../rslib/src -name '*.rs') $(wildcard ../proto/*) \
|
$(shell ${FIND} ../rslib/src -name '*.rs') $(wildcard ../proto/*) \
|
||||||
$(shell ${FIND} ../rslib/ftl -type f)
|
$(shell ${FIND} ../rslib/ftl -type f) \
|
||||||
|
$(shell ${FIND} ./src -type f)
|
||||||
|
|
||||||
.build/develop: $(DEPS)
|
.build/develop: $(DEPS)
|
||||||
touch ../proto/backend.proto
|
touch ../proto/backend.proto
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue