Skip to content

Instantly share code, notes, and snippets.

@andrewpetrochenkov
Last active August 4, 2024 11:10
Show Gist options
  • Save andrewpetrochenkov/84c613866820dfffd5ac34d09069cc57 to your computer and use it in GitHub Desktop.
Save andrewpetrochenkov/84c613866820dfffd5ac34d09069cc57 to your computer and use it in GitHub Desktop.
Makefile nested #makefile
all:
find . -name "Makefile" -mindepth 2 -exec bash -x -c 'cd "$${0%/*}" && make' "{}" \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment