cc -c tab$1.c
strip tab$1.o
rm -f /usr/lib/term/$1
mv tab$1.o /usr/lib/term/$1
chmod 604  /usr/lib/term/$1
chown bin /usr/lib/term/$1
