Merge pull request #487 from evandroforks/fix_rspy_makefile_rebuild

Fixed rspy/Makefile not rebuilding when rspy/src files are changed
This commit is contained in:
Damien Elmes 2020-03-02 16:30:01 +10:00 committed by GitHub
commit a98ecb642c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,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