
# Makefile for the gentexfont program.

LDFLAGS = -L/usr/X11R6/lib -lX11

all: gentexfont

gentexfont: gentexfont.o

clean:
	rm -f gentexfont *.o

