diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-29 14:27:17 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-05-29 14:27:17 +0200 |
commit | 4007dbf5a2262a7c4f2f26089071942dde7c3a91 (patch) | |
tree | a53df94b2d640d9b374241fdec8905864a012c01 /src/Makefile | |
parent | 5890678289e28cc9e666c1dda8265712bd27ac03 (diff) | |
download | lanes-4007dbf5a2262a7c4f2f26089071942dde7c3a91.tar.gz lanes-4007dbf5a2262a7c4f2f26089071942dde7c3a91.tar.bz2 lanes-4007dbf5a2262a7c4f2f26089071942dde7c3a91.zip |
Moved implementation of lanes.nameof in a separate file
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index a01f7c3..0362b8b 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | MODULE=lanes | 8 | MODULE=lanes |
9 | 9 | ||
10 | SRC=cancel.cpp compat.cpp deep.cpp intercopycontext.cpp keeper.cpp lane.cpp lanes.cpp linda.cpp lindafactory.cpp state.cpp threading.cpp tools.cpp tracker.cpp universe.cpp | 10 | SRC=cancel.cpp compat.cpp deep.cpp intercopycontext.cpp keeper.cpp lane.cpp lanes.cpp linda.cpp lindafactory.cpp nameof.cpp state.cpp threading.cpp tools.cpp tracker.cpp universe.cpp |
11 | 11 | ||
12 | OBJ=$(SRC:.cpp=.o) | 12 | OBJ=$(SRC:.cpp=.o) |
13 | 13 | ||