Fixed rspy/Makefile not rebuilding when rspy/src files are changed

This commit is contained in:
evandrocoan 2020-03-01 22:37:57 -03:00
parent 8960d12aac
commit 9451d1f705

View File

@ -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