From 9451d1f705c35462aa8b0ce12f773cd49a81d1c2 Mon Sep 17 00:00:00 2001 From: evandrocoan Date: Sun, 1 Mar 2020 22:37:57 -0300 Subject: [PATCH] Fixed rspy/Makefile not rebuilding when rspy/src files are changed --- rspy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rspy/Makefile b/rspy/Makefile index 76285d577..488a21e0f 100644 --- a/rspy/Makefile +++ b/rspy/Makefile @@ -25,7 +25,8 @@ 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/ftl -type f) + $(shell ${FIND} ../rslib/ftl -type f) \ + $(shell ${FIND} ./src -type f) .build/develop: $(DEPS) touch ../proto/backend.proto