Introduction
Statistics
Contact
Development
Disclaimer
Help
ftp.icm.edu.pl home page
#Genmake v1.03 pl2 11/12/91 Copyright(c) 1990, 1991 by Kyle Saunders
CC= cc
CFLAGS= -g
OFILES= \
rtf2html.o
#
rtf2html: $(OFILES)
$(CC) $(CFLAGS) -o rtf2html $(OFILES)
rtf2html.o: rtf2html.c
$(CC) $(CFLAGS) -c rtf2html.c