home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / word2x0a.zip / source / html-rule.make < prev    next >
Text File  |  1998-04-20  |  201b  |  6 lines

  1. FMTS=fmt-text.o fmt-latex.o fmt-html.o
  2. fmt-html.o: html-fmt.o html-table.o html-embed.o
  3.         $(LD) -r -o $@ html-fmt.o html-table.o html-embed.o
  4. word2x: $(PROGOBJS)
  5.         $(CPP) -o $@ $(PROGOBJS)
  6.