home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d128 / prtdriver.lha / PrtDriver / Makefile < prev    next >
Makefile  |  1988-01-02  |  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.