home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 192.lha / Ruler_v3.0 / makefile < prev    next >
Encoding:
Makefile  |  1988-04-28  |  102 b   |  11 lines

  1. # Ruler makefile
  2. #
  3. # Manx Aztec C
  4.  
  5. ruler3:        ruler3.o
  6.         ln ruler3 -lc
  7.  
  8. ruler3.o:    ruler3.c
  9.         cc ruler3
  10.  
  11.