diff options
| author | Ha Thach <[email protected]> | 2023-03-11 08:09:25 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-11 08:09:25 +0700 |
| commit | 6af18dc90676ab8916d1611ab7bd6aefad9edc0b (patch) | |
| tree | 3c570ac4f8b44d1b20e5a9152d1acb4bc851e117 /examples | |
| parent | b5b2fad5fba530f925a35d3b50fb5797fd515682 (diff) | |
| parent | 206a9a21e6297b49287605ad8ddf1ab47124358e (diff) | |
Merge pull request #1947 from hathach/remove-submodules
Remove submodules and use python script to manage repo dependencies
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rules.mk b/examples/rules.mk index 7f3535bba..f8e4001ec 100644 --- a/examples/rules.mk +++ b/examples/rules.mk @@ -193,7 +193,7 @@ endif .PHONY: get-deps get-deps: ifdef DEPS_SUBMODULES - git -C $(TOP) submodule update --init $(DEPS_SUBMODULES) + $(PYTHON) $(TOP)/tools/get_deps.py $(DEPS_SUBMODULES) endif .PHONY: size |
