Skip to content

Commit

Permalink
Revert unreleated cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Sztandera <[email protected]>
  • Loading branch information
Jakub Sztandera committed Feb 15, 2021
1 parent 59733da commit 06cc1eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ BUILD_DEPS+=ffi-version-check
.PHONY: ffi-version-check


$(MODULES): build/.update-modules ;
# dummy file that marks the last time modules were updated
build/.update-modules: $(MODULES)
build/.update-modules:
git submodule update --init --recursive
touch $@

Expand Down

0 comments on commit 06cc1eb

Please sign in to comment.