Minor correction in Makefile
This commit is contained in:
parent
e7d5522765
commit
6778462e14
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -51,7 +51,7 @@ sapporo:
|
||||||
make -C sapporo2/lib
|
make -C sapporo2/lib
|
||||||
mkdir -p $(RUNDIR)/
|
mkdir -p $(RUNDIR)/
|
||||||
rm -rf $(RUNDIR)/CUDA
|
rm -rf $(RUNDIR)/CUDA
|
||||||
cp -rp ../sapporo2/lib/CUDAKernels $(RUNDIR)/CUDA
|
cp -rp sapporo2/lib/CUDAKernels $(RUNDIR)/CUDA
|
||||||
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue