# # # example01.png: example01.pov makefile povray Width=256 Height=256 +V +Iexample01.pov +Oexample01.png +P +SP2 +Q3 example02.png: example02.pov makefile povray Width=256 Height=256 +V +Iexample02.pov +Oexample02.png +P clean: -/bin/rm -f *.png -/bin/rm -f *~ \#* # # Psssst! # .SILENT: