home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 294.lha / copdis_v0.0a / makefile < prev    next >
Makefile  |  1989-10-08  |  108b  |  11 lines

  1.  
  2. CFLAGS= -n -Z8000
  3.  
  4. OFILES= copdis.o main.o
  5.  
  6. all:    copdis
  7.  
  8. copdis:    $(OFILES)
  9.     ln -g -o copdis $(OFILES) -lc
  10.  
  11.