blob: 804c9a5157782a2691c697f6a87a84d1e01f1fd8 [file] [log] [blame]
#!/bin/bash
# Copyright 2017 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
# Run "make update-deps" in each directory with such a target.
for x in $(git grep -l update-deps | grep Makefile); do (cd $(dirname $x) && make update-deps); done