all:
	nvcc -lcublas simpleCUBLAS.cpp -o simpleCUBLAS

clean:
	rm *.o