#
#  Makefile for dvibit   Version ?.??   21 January 1984   James L. Schaad
#  modified from dvibit  Version 1.01   1 December 1983   Mark  Seen
#   
#
# The following definition tells where the bit maps for this program
# are stored.  Remember to also change the name of the font area in
# the man page, dvibit.1
FONTAREA=/usr/lib/tex/fonts/
#
all: dvibit

dvibit: Makefile dvibit.c commands.h
	cc -O -DFONTAREA=\"${FONTAREA}\" -o dvibit dvibit.c