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