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

ai_OBJECTS = ai.o

test_ai_OBJECTS = test_ai.o $(ai_OBJECTS)

test_ai: $(test_ai_OBJECTS)