DaggerGpuMiner icon indicating copy to clipboard operation
DaggerGpuMiner copied to clipboard

add clean for make

Open Popebl opened this issue 7 years ago • 3 comments

add make clean operation. please review and commit.

Popebl avatar Oct 16 '18 11:10 Popebl

@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.

xrdavies avatar Oct 18 '18 15:10 xrdavies

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.

Popebl avatar Oct 19 '18 14:10 Popebl

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.

xrdavies avatar Jan 11 '19 15:01 xrdavies