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