diff --git a/Makefile b/Makefile index 747fab6..f0a5b92 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ sapporo: make -C sapporo2/lib mkdir -p $(RUNDIR)/ rm -rf $(RUNDIR)/CUDA - cp -rp ../sapporo2/lib/CUDAKernels $(RUNDIR)/CUDA + cp -rp sapporo2/lib/CUDAKernels $(RUNDIR)/CUDA ##################