File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ ifeq ($(BUILD_OPENCL),1)
10
10
${CXX} -DBUILD_OPENCL -o clKeyFinder.bin ${CPPSRC} ${INCLUDE} -I${OPENCL_INCLUDE} ${CXXFLAGS} ${LIBS} -L${OPENCL_LIB} -lkeyfinder -laddressutil -lsecp256k1 -lcryptoutil -lsecp256k1 -lCLKeySearchDevice -lclutil -lOpenCL -llogger -lutil -lcmdparse
11
11
mkdir -p $(BINDIR)
12
12
cp clKeyFinder.bin $(BINDIR)/clBitCrack
13
+ cp ../CLKeySearchDevice/*.cl $(BINDIR)
13
14
endif
14
15
15
16
clean :
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ export OPENCL_INCLUDE
42
42
export BUILD_OPENCL
43
43
export BUILD_CUDA
44
44
45
- TARGETS =dir_addressutil dir_cmdparse dir_cryptoutil dir_keyfinderlib dir_keyfinder dir_cudautil dir_secp256k1lib dir_util dir_cudainfo dir_logger
45
+ TARGETS =dir_addressutil dir_cmdparse dir_cryptoutil dir_keyfinderlib dir_keyfinder dir_cudautil dir_secp256k1lib dir_util dir_logger
46
46
47
47
ifeq ($(BUILD_CUDA ) ,1)
48
48
TARGETS:=${TARGETS} dir_cudaKeySearchDevice dir_cudautil
You can’t perform that action at this time.
0 commit comments