home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 244.lha / TitlePage / makefile < prev    next >
Makefile  |  1989-05-03  |  250b  |  13 lines

  1. # makefile for titlepage.c
  2. # developed with Aztec 3.6a
  3.  
  4.  
  5. titlepage:    titlepage.o
  6.     ln -o titlepage titlepage.o -lc
  7.  
  8. xrf:
  9.     cref -t4 -w96 titlepage.c >tp.xrf
  10.  
  11. tp:
  12.     titlepage -fruby -s15 -c -t -8 -n8 TitlePage -n3 by -n3 -i \"Joel Swank\" +c -q -n3 -d -p
  13.