home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 440.lha / Formatter_v2.7 / MakeFile < prev    next >
Makefile  |  1990-11-13  |  239b  |  11 lines

  1. CFLAGS        = -hi Formatter.SYM -m0b -wu -so
  2. OBJS        = Formatter.o
  3.  
  4. all:        Formatter.SYM Formatter
  5.  
  6. Formatter:    $(OBJS)
  7.         LN -m +q -o Formatter rstart.o gads.o $(OBJS) -Larp -Lc +CD
  8.  
  9. Formatter.SYM:    PreInclude.c
  10.         CC -ho Formatter.SYM PreInclude.c
  11.