Revert unreleated cleanup
Signed-off-by: Jakub Sztandera <kubuxu@protocol.ai>
This commit is contained in:
parent
59733da383
commit
06cc1eb155
3
Makefile
3
Makefile
@ -48,8 +48,9 @@ BUILD_DEPS+=ffi-version-check
|
|||||||
.PHONY: ffi-version-check
|
.PHONY: ffi-version-check
|
||||||
|
|
||||||
|
|
||||||
|
$(MODULES): build/.update-modules ;
|
||||||
# dummy file that marks the last time modules were updated
|
# dummy file that marks the last time modules were updated
|
||||||
build/.update-modules: $(MODULES)
|
build/.update-modules:
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user