DEFS = "-I../../include -I../sparrow -I../engine -I../exec_pod -DSTEP=99"
PRE_DEFS = "-I../../include -I../sparrow -I../engine -I../exec_pod -DSTEP=99 -Dl3g0_DETAIL=0"

hawk_scn.rle: hawk_scn.ray
	netshade -P $(DEFS) -O hawk_scn.rle hawk_scn.ray

preview:
	raypaint -P $(PRE_DEFS) -O hawk_scn.rle hawk_scn.ray

clean:
	rm -f hawk_scn.rle

distclean:
	rm -f hawk_scn.rle*



