We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b945952 commit c0552c3Copy full SHA for c0552c3
1 file changed
testCodes/Makefile
@@ -28,7 +28,7 @@ all: $(OBJ) $(PROG) kernels
28
29
30
kernels:
31
- ln -s $(SAPPOROPATH)/CUDAKernels/ CUDA/
+ rm -f CUDA && ln -s $(SAPPOROPATH)/CUDAKernels CUDA
32
33
#$(PROG): $(OBJ)
34
# $(CXX) $(LDFLAGS) $^ -o $@ -L $(SAPPOROPATH) -lsapporo
@@ -63,7 +63,7 @@ test_integrator_cuda : test_integrator.o
63
64
65
clean:
66
- /bin/rm -rf *.o *.ptx *.a $(PROG)
+ /bin/rm -rf *.o *.ptx *.a $(PROG) CUDA
67
68
69
$(OBJ): $(SAPPOROPATH)/$(SAPLIB)
0 commit comments