home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 160.lha / Extract_Fonts / makefile < prev    next >
Makefile  |  1988-04-27  |  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.