make.sh 75 B

12345
  1. #!/usr/bin/env bash
  2. for f in Makefile; do
  3. make -f "$f" html || exit
  4. done