all: textures sequences

textures:
	cd texture; make;

sequences:
	cd sequence; make;
	
clean:
	cd texture; make clean;
	cd sequence; make clean;
