home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 098.lha / EMIT / makefile < prev    next >
Makefile  |  1986-11-20  |  140b  |  8 lines

  1. CFLAGS     =  +Ivd0:lib/i.pre
  2. OBJECTS = emit.o ser.o aprintf.o
  3.  
  4. emit: $(OBJECTS)
  5.     ln +Q -o emit $(OBJECTS) -lc
  6.     @ls emit
  7.     @beep 300 3
  8.