home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / source / rezdest.sit / makefile.txt next >
Makefile  |  1989-09-14  |  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.