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