1 2 3 4 5 6
SUBDIRS = boot-process filesystem-structure important-tools linux-processes sh-programming what-is-linux all clean:: for dir in $(SUBDIRS) ; do \ (cd $$dir && make $@); \ done