diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ CC = gcc | |||
2 | NVCC ?= nvcc | 2 | NVCC ?= nvcc |
3 | # -fPIC is needed in all cases, as we may be linked into another shared library | 3 | # -fPIC is needed in all cases, as we may be linked into another shared library |
4 | CFLAGS = -fPIC | 4 | CFLAGS = -fPIC |
5 | LDFLAGS = -lcuda -I/usr/local/cuda/include | 5 | LDFLAGS = -lcuda -I/usr/local/cuda/include -ldl |
6 | 6 | ||
7 | .PHONY: clean tests | 7 | .PHONY: clean tests |
8 | 8 | ||