$ make -k
$ make -n
※標準エラーを標準出力にまとめる
$ make > make.log 2>&1 または $ make 2>&1 | tee make.log
$ make -j4