aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2017-08-01 09:40:44 +0200
committerBenoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m>2017-08-01 09:40:44 +0200
commite0dbd33c2d4776d6b2213dd82f344166eafde438 (patch)
treebab4483f9f5b0d802bdbfc8641fe44ff9649382f /src/Makefile
parentfcd08030b6b6af81a8aa2672082a55f602006f78 (diff)
downloadlanes-e0dbd33c2d4776d6b2213dd82f344166eafde438.tar.gz
lanes-e0dbd33c2d4776d6b2213dd82f344166eafde438.tar.bz2
lanes-e0dbd33c2d4776d6b2213dd82f344166eafde438.zip
Fix for deep-aware modules
Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module.
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 7e45d2a..37b5a37 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -7,7 +7,7 @@
7 7
8MODULE=lanes 8MODULE=lanes
9 9
10SRC=lanes.c compat.c threading.c tools.c deep.c keeper.c 10SRC=lanes.c compat.c threading.c tools.c deep.c keeper.c universe.c
11 11
12OBJ=$(SRC:.c=.o) 12OBJ=$(SRC:.c=.o)
13 13