Fixed rspy/Makefile not rebuilding when rspy/src files are changed
This commit is contained in:
parent
8960d12aac
commit
9451d1f705
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user