diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-11-20 12:47:41 +0100 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-11-20 12:47:41 +0100 |
commit | 872826ecaca5370e3492385cff3795d995b33ec7 (patch) | |
tree | 6604e8c27564b2fba6d183b304e188a2cf0cb12e /src/Makefile | |
parent | b8b4335dba57e1c6159b77d5cb7bbe91318664b4 (diff) | |
download | lanes-872826ecaca5370e3492385cff3795d995b33ec7.tar.gz lanes-872826ecaca5370e3492385cff3795d995b33ec7.tar.bz2 lanes-872826ecaca5370e3492385cff3795d995b33ec7.zip |
AllocatorDefinition implementation improvements
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 5fc3482..f2e2eb5 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -9,7 +9,7 @@ MODULE=lanes | |||
9 | 9 | ||
10 | CC= g++ -std=c++20 | 10 | CC= g++ -std=c++20 |
11 | 11 | ||
12 | SRC=_pch.cpp 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 | 12 | SRC=_pch.cpp allocator.cpp 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 |
13 | 13 | ||
14 | OBJ=$(SRC:.cpp=.o) | 14 | OBJ=$(SRC:.cpp=.o) |
15 | 15 | ||