When compiling, how can I remove all output in the *compilation*
buffer except output issued by my code itself?
i.e. remove everything except the line(s) marked *** below:
-*- mode: compilation; default directory: ... -*-
Compilation started at ...
make -f ...
make: Entering directory ...
echo hello world
hello world ***
make: Leaving directory ...
Compilation finished at ...