home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d165 / plotview.lha / PlotView / Plot2Tek / makefile < prev    next >
Makefile  |  1988-11-22  |  153b  |  9 lines

  1. OBJS = plot2tek.o encode.o 
  2. .c.o :
  3.     cc $*.c
  4. plot2tek: $(OBJS)
  5.     ln -o plot2tek $(OBJS) -lc
  6.     beep
  7. plot2tek.o: plot2tek.c 4107.h
  8. encode.o: encode.c 4107.h 
  9.