Makefile 97 B

123456
  1. SUBDIRS = cvs update
  2. install:
  3. .for _SUBDIR in ${SUBDIRS}
  4. ${MAKE} -C ${_SUBDIR} install
  5. .endfor