CC=gcc
textures = nothing.o
#house_texture.o skytex.o terrain_texture.o wheel_texture.o wood_texture.o flame.o column_texture.o stone_floor.o marble_texture.o terrain_detail.o troy_gate.o lower_gate.o raise_gate.o cloud1.o cloud2.o sky_front.o sky_back.o sky_top.o sky_bottom.o sky_left.o sky_right.o woodceiling.o stucco.o

textures.o: ${textures}
	ld -r ${textures} -o textures.o
