1 2 3 4 5 6 7
.SUFFIXES: all: ${MAKE} -C ../.. webserver clean: rm -r ../../obj/webserver/ %:: ${MAKE} -C ../.. obj/webserver/$@