me.ps: me
	ph -4 -x 128 -y 112 -f me.ps -h 4 -w 5.8 me

ned.ps: ned
	ph -x 112 -y 176 -f ned.ps -h 6.3 -w 5 ned
trevor.ps: trevor
	ph -x 112 -y 176 -f trevor.ps -h 6.3 -w 5 trevor

tidy:
	-rm -f *.BAK *.CKP '#'*
clean:	tidy
	-rm -f me.ps ned.ps trevor.ps
