Skip to content

Commit

Permalink
Add mapper to Makefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Apr 1, 2024
1 parent cc05489 commit b54b1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ PREFIX ?= # Location of where to install Legion
OUTFILE ?= fuzzer
# List all the application source files here
CC_SRC ?= src/siphash.c # .c files
CXX_SRC ?= src/fuzzer.cc src/deterministic_random.cc src/hasher.cc # .cc files
CXX_SRC ?= src/fuzzer.cc src/deterministic_random.cc src/hasher.cc src/mapper.cc # .cc files
CUDA_SRC ?= # .cu files
FORT_SRC ?= # .f90 files
HIP_SRC ?= # .cu files
Expand Down

0 comments on commit b54b1a2

Please sign in to comment.