all: moth_s.rle

preview:
	raypaint -P "-I../../include" -O moth_s.rle moth_s.ray

moth_s.rle: moth_s.ray moth.ray
	netshade -P "-I../../include" -O moth_frt.rle moth_s.ray
	netshade -P "-I../../include -DSIDE_VIEW=1" -O moth_rts.rle moth_s.ray
	netshade -P "-I../../include -DTOP_VIEW=1" -O moth_top.rle moth_s.ray
	netshade -P "-I../../include -DOBQ_VIEW=1" -O moth_obq.rle moth_s.ray
clean:
	rm -rf *.rle
