summaryrefslogtreecommitdiff
path: root/ccompile
blob: 490e1b77ead19eefa34abe84d29bc071783445d5 (plain)
  1. #!/bin/sh
  2. #
  3. # Wrapper around make, to colorize it's output and pipe through less.
  4. # Jumps to the first gcc error that occurs during the build process.
  5. #
  6. SIZE=`/bin/stty size`
  7. $@ 2>&1 | /usr/share/colormake/colormake.pl $SIZE
  8. exit $?
tion value='35'>35space:mode:
Diffstat (limited to 'tags/a2/0c/E1jF9RK-0003gD-Pr@respighi.debian.org/inbox')
-rw-r--r--tags/a2/0c/E1jF9RK-0003gD-Pr@respighi.debian.org/inbox0
1 files changed, 0 insertions, 0 deletions