Files
2016-11-16 20:58:54 +01:00

6 lines
92 B
Makefile

macierz_gpu: macierz_gpu.cu
nvcc macierz_gpu.cu -o macierz_gpu
clean:
rm -rf macierz_gpu