summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/Makefile.defs
diff options
context:
space:
mode:
authorhaller2005-04-23 22:33:57 +0000
committerhaller2005-04-23 22:33:57 +0000
commitc2dd6a00399552d0bb39955cba0e6d70f54b6f9c (patch)
treefcf2fc38ef8d2b8569a2478f49c1dc691810c7b9 /2005/i/robert/src/ai/Makefile.defs
parent4f4b8796d95cdd5e3ba406fe6a08123d17c2a0f5 (diff)
Définition des fonctions
Ebauche pour Ai::run
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)