RM= /bin/rm -f
c: c.o util.o
  gcc c.o util.o -o ../chat
clean:
  rm -f *.o ../ c
