summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/ai/Makefile.defs')
-rw-r--r--2005/i/robert/src/ai/Makefile.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/2005/i/robert/src/ai/Makefile.defs b/2005/i/robert/src/ai/Makefile.defs
index 4855ca6..f150cac 100644
--- a/2005/i/robert/src/ai/Makefile.defs
+++ b/2005/i/robert/src/ai/Makefile.defs
@@ -2,6 +2,6 @@ PROGRAMS += test_ai
ai_OBJECTS = ai.o
-test_ai_OBJECTS = test_ai.o $(ai_OBJECTS)
+test_ai_OBJECTS = test_ai.o $(ai_OBJECTS) $(motor_OBJECTS)
test_ai: $(test_ai_OBJECTS)