#
# makefile for "psformat" program
#
# greid Mon May 30 21:43:44 1988


psformat:	lex.yy.c prettyprint.c
	cc -g -o psformat lex.yy.c prettyprint.c -ll

lex.yy.c:	ps.lex
	lex ps.lex

