home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 255.lha / ExtractFont_v1.2 / makefile < prev    next >
Makefile  |  1989-06-01  |  95b  |  11 lines

  1.  
  2. .c.o:
  3.     cc +l $*.c
  4.     cp $*.? WW:
  5.  
  6. SOBJ1 =    TEST.o SMALL.o
  7.  
  8. TEST: $(SOBJ1)
  9.     ln $(SOBJ1) +q -lc32
  10.  
  11.