home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 215.lha / GlueMaker_v1.0 / makefile < prev    next >
Makefile  |  1996-02-15  |  99b  |  9 lines

  1. # make file for Gluemaker
  2. #
  3.  
  4. .c.o:
  5.     cc +l -n -Z10000 $*
  6.  
  7. all: gluemaker.o
  8.     ln -g gluemaker.o -lc32
  9.