all:
	bash run.sh

clean:
	rm -Rf tmp  BSMatrix compute_matrix PermutationDSKernel Stats \
	cd MatrixSVM \
	make clean
