aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-14 10:05:54 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-14 10:05:54 +0200
commit1013970853e6acfd60591a89ae08cc40c64bee06 (patch)
tree7ca081e6adcecebc41e68a659741e0cc0caf77eb /src/Makefile
parent0567dc0fc6da09467f65ee2f3c10ab68bb76832c (diff)
downloadlanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.gz
lanes-1013970853e6acfd60591a89ae08cc40c64bee06.tar.bz2
lanes-1013970853e6acfd60591a89ae08cc40c64bee06.zip
Moved Lane tracking implementation in a separate file
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile b/src/Makefile
index bbe7b23..fddc45e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,9 +7,9 @@
7 7
8MODULE=lanes 8MODULE=lanes
9 9
10SRC=lanes.c cancel.cpp compat.cpp threading.cpp tools.cpp state.cpp linda.cpp lindafactory.cpp deep.cpp keeper.cpp universe.cpp intercopycontext.cpp 10SRC=cancel.cpp compat.cpp deep.cpp intercopycontext.cpp keeper.cpp lanes.cpp linda.cpp lindafactory.cpp state.cpp threading.cpp tools.cpp tracker.cpp universe.cpp
11 11
12OBJ=$(SRC:.c=.o) 12OBJ=$(SRC:.cpp=.o)
13 13
14# LuaRocks gives 'LIBFLAG' from the outside 14# LuaRocks gives 'LIBFLAG' from the outside
15# 15#