summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/ai/Makefile.defs
blob: f150cacad0836ccf185640d7e94f8be02bc14f2f (plain)
1
2
3
4
5
6
7
PROGRAMS += test_ai

ai_OBJECTS = ai.o

test_ai_OBJECTS = test_ai.o $(ai_OBJECTS) $(motor_OBJECTS)

test_ai: $(test_ai_OBJECTS)