diff options
| author | Joshua Bakita <jbakita@cs.unc.edu> | 2024-12-19 14:59:15 -0500 |
|---|---|---|
| committer | Joshua Bakita <jbakita@cs.unc.edu> | 2024-12-19 15:04:26 -0500 |
| commit | 32f89528085f3cdb183e50461ffcd109d1f9a58d (patch) | |
| tree | 2583fc3e6b588c5aae06ae43376f5c444d891a29 /Makefile | |
| parent | d052c2df34ab41ba285f70965663e5a0832f6ac9 (diff) | |
Remove unused variables from Makefile
Make automatically provides CXX and CC, and these manual
definitions were being ignored.
Also fix a missing space in one of the messages from the tests.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -1,5 +1,4 @@ | |||
| 1 | CC = gcc | 1 | # Note that CXX and CC are predefined as g++ and cc (respectively) by Make |
| 2 | CXX = g++ | ||
| 3 | NVCC ?= nvcc | 2 | NVCC ?= nvcc |
| 4 | # -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 |
| 5 | CFLAGS = -fPIC | 4 | CFLAGS = -fPIC |
