#

# makefile for ROFF4 adapted for Atari ST by F.W.Glassborow

# 

#roffsup is an extra file containing functions that are not readily

#available in MWC





CFLAGS =  -O

OBJ = roff4st.o roff41st.o roff42st.o roff43st.o roff44st.o roff45st.o roff46st.o roff47st.o

OBJ1 = roffsup.o



r4st.prg:   $(OBJ) $(OBJ1)

	cc -o r4st.prg $(OBJ) $(OBJ1)



$(OBJ):    roff4st.h



