: mk_tri - build "tri" filter

if $1x = x echo "Usage: mktri XCHUNK (25 is usual)"
if $1x = x exit 1

: ok
cc -s -n -O -DXCHUNK=$1 -DOPTIMIZE tri.c -o tri
