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