home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 223.lha / AsciiToPostScriptII / Makefile < prev    next >
Makefile  |  1989-03-29  |  116b  |  10 lines

  1. CFLAGS  = +L -DHEADER_PS="S:a2ps.ps" -DANSIC
  2.  
  3. OBJS    = a2ps.o
  4.  
  5. a2ps:   $(OBJS)
  6.         ln -o a2ps $(OBJS) -lc32
  7.  
  8.  
  9.  
  10.