CFLAGS=-O -DUNIX

pstext: pstext.o
	$(CC) -o $@ pstext.o

clean:
	rm -f *.o pstext *~ *.bak .#*

install:
	install -c -s pstext /mit/postscript/`machtype`bin
	cp pstext.ps /mit/postscript/lib
