GNUmakefile 90 B

123456
  1. default: parent/default
  2. parent/%:
  3. echo make -C .. clean-src
  4. make -C .. clean-src ${@F}