summaryrefslogtreecommitdiff
path: root/i/marvin/src/ai/Makefile.defs
blob: 5016f06ddc91636d497cf88a05a7f187012ecdbb (plain)
1
2
3
4
5
PROGRAMS += test_ai

ai_OBJECTS = ai.o $(motor_OBJECTS) $(es_OBJECTS) $(scheduler_OBJECTS)

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