NAME = texgen

include ../shared/Makefile

$(NAME).dat: texture.bin

texture.bin: texture.scr compiler.rb
	ruby compiler.rb texture.scr texture.bin
	
texgen.vu: texgen_main.vu
