Subject: Name of the executable raytracer (This message is being sent to CPSC 215 Students and TA's) > In the mp1.pdf file you tell us to name our executable a.out... but in the > specification you gave by e-mail you wrote.. > > 5 - Before attempting to create a viewable image, copy the > a2t1.txt file from assn2data and run: > > ray 5 3 < a2t1.txt 1> a2t1.ppm 2> a2p1.log > > Which one should we put in our makefile? Please use a.out as the name of the executable, but because I was ambiguous on the subject, I won't deduct for using "ray" (that one is easy to correct in the grading script) if test -e ray then mv ray a.out fi Other choices will earn that aggrevating 5 point charge for me having to manually fix your make file so that it doesn't break my automated build and run system!