diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-26 12:02:49 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2024-04-26 12:02:49 +0200 |
commit | 8aff7818754d24e230a22220db1ed834487d0559 (patch) | |
tree | 628d0d38057421bfde8dd6226e121b4336c9cf87 /src/Makefile | |
parent | 8508f12ab2f84ecc4472254564b4585d697b5778 (diff) | |
download | lanes-8aff7818754d24e230a22220db1ed834487d0559.tar.gz lanes-8aff7818754d24e230a22220db1ed834487d0559.tar.bz2 lanes-8aff7818754d24e230a22220db1ed834487d0559.zip |
Move LindaFactory in separate files
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 d6bdfd7..06bbcd0 100644 --- a/src/Makefile +++ b/src/Makefile | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | MODULE=lanes | 8 | MODULE=lanes |
9 | 9 | ||
10 | SRC=lanes.c cancel.cpp compat.cpp threading.cpp tools.cpp state.cpp linda.cpp deep.cpp keeper.cpp universe.cpp | 10 | SRC=lanes.c cancel.cpp compat.cpp threading.cpp tools.cpp state.cpp linda.cpp lindafactory.cpp deep.cpp keeper.cpp universe.cpp |
11 | 11 | ||
12 | OBJ=$(SRC:.c=.o) | 12 | OBJ=$(SRC:.c=.o) |
13 | 13 | ||