mirror of
https://github.com/e-ago/bitcracker.git
synced 2025-10-27 07:29:18 +00:00
7 lines
258 B
Makefile
Executable File
7 lines
258 B
Makefile
Executable File
bitcracker_cuda:
|
|
nvcc -gencode arch=compute_35,code=sm_35 -gencode arch=compute_52,code=sm_52 -gencode arch=compute_60,code=sm_60 -Xptxas -v -o bitcracker_cuda main.cu cuda_attack.cu utils.cu w_blocks.cu
|
|
|
|
clean:
|
|
rm -rf *.o
|
|
rm -rf ../build/bitcracker_cuda
|