home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 3: The Continuation / 17-Bit_The_Continuation_Disc.iso / files / amg18.dms / amg18.adf / Emit_v2.0 / Makefile < prev    next >
Makefile  |  1993-12-02  |  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.