BLAS_test: BLAS_test.c
	gcc -o BLAS_test BLAS_test.c
.PHONY: clean
clean:
	rm -f BLAS_test *.o
