home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 1036.dms / 1036.adf / PrtDriver / Makefile < prev    next >
Makefile  |  1977-12-31  |  166b  |  11 lines

  1. .asm.o:
  2.     as -C -D $*.asm
  3.  
  4. .c.o:
  5.     cc +pB $*.c
  6.  
  7. OBJS =  printertag.o init.o data.o dospecial.o render.o pwait.o debug.o
  8.  
  9. toshiba: $(OBJS)
  10.     ln -o toshiba $(OBJS) -lcl32
  11.