
all:
	make -C texture
clean:
	make -C texture clean
	rm -f *.o *.so *~
