rebuild rspy on sql change

This commit is contained in:
Damien Elmes 2020-04-23 09:59:07 +10:00
parent b89dd32f78
commit 09db596009

View File

@ -54,7 +54,7 @@ develop: .build/develop
DEPS := .build/tools .build/vernum ../meta/buildhash \
$(wildcard $(QT_FTL_TEMPLATES)/*.ftl) \
$(wildcard $(QT_FTL_LOCALES)/*/*.ftl) \
$(shell "${FIND}" ../rslib/src -name '*.rs') $(wildcard ../proto/*) \
$(shell "${FIND}" ../rslib/src -name '*.rs' -or -name '*.sql') $(wildcard ../proto/*) \
$(shell "${FIND}" ../rslib/ftl -type f) \
$(shell "${FIND}" ./src -type f)