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