home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / utilfil / resdes.sit / makefile next >
Makefile  |  1989-05-04  |  218b  |  10 lines

  1. # This is the Makefile you use if you have MPW Make and Aztec C.
  2. #
  3. CFLAGS =  -DMPW '+N'
  4.  
  5. .            ─    .c
  6.     echo {default}:
  7.     C {CFLAGS} {default}
  8.     ln {default} -lmpw -lc
  9.     echo "include ╢"Zcurs.rsrc╢";"|rez -o {default} -append
  10.