home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / unsit_15.shr / Makefile < prev    next >
Makefile  |  1991-05-20  |  309b  |  13 lines

  1. GETOPT = 
  2. #GETOPT = getopt.o
  3.  
  4. unsit : unsit.o updcrc.o $(GETOPT)
  5.     cc -o unsit unsit.o updcrc.o $(GETOPT)
  6.  
  7. unsit.o : unsit.c stuffit.h
  8. getopt.o : getopt.c
  9.  
  10. unsit.shar : README Makefile unsit.c stuffit.h updcrc.c getopt.c unsit.1
  11.     shar README Makefile unsit.c stuffit.h updcrc.c getopt.c unsit.1 \
  12.     >unsit.shar
  13.