home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / aufstols.zoo / aufstools.1 / stuffit / Makefile next >
Makefile  |  1991-02-26  |  122b  |  10 lines

  1. stuffit: sit
  2.     rm -f stuffit
  3.     ln sit stuffit
  4.  
  5. sit:    sit.o updcrc.o
  6.     cc -o sit sit.o updcrc.o
  7.  
  8. clean:
  9.     rm -f stuffit sit *.o
  10.