# src/rtf/Makefile
OBJS := rtfwriter.o
all: $(OBJS) 
rtfwriter.o: ../main/cmdline.h ../include/writer.h
