ALL_SRC_DIRS=manedit # Uncomment this if you need to set the shell explicitly #SHELL = /bin/bash # Uncomment this if you need to set the make explicitly #MAKE = /usr/bin/gmake all install clean: @for subdir in $(ALL_SRC_DIRS); do \ make -s -C $$subdir -f Makefile $@; \ done