From 09db59600993eeba2576ac91ade4d5304fe905fb Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 23 Apr 2020 09:59:07 +1000 Subject: [PATCH] rebuild rspy on sql change --- rspy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspy/Makefile b/rspy/Makefile index d6e3af565..48ec80798 100644 --- a/rspy/Makefile +++ b/rspy/Makefile @@ -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)