DaggerGpuMiner
DaggerGpuMiner copied to clipboard
add clean for make
add make clean operation. please review and commit.
@Popebl After checked your PR, the modification of readme.md is not the correct way to solve the missing opencl.h issue. Just add the path of opencl.h in makefile will solve this issue but not copy files.
I think the makefile should adapt to all platform. so it not good idea for writing a specified library path into makefile. Or we can provide a shell script to do file coping or a md file to generate makefiles.
I think the makefile should adapt to all platform. so it not good idea for writing a specified library path into makefile. Or we can provide a shell script to do file coping or a md file to generate makefiles.
yes, you are right, better to have a script.