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.defs7
1 files changed, 7 insertions, 0 deletions
diff --git a/2005/i/robert/src/ai/Makefile.defs b/2005/i/robert/src/ai/Makefile.defs
new file mode 100644
index 0000000..4855ca6
--- /dev/null
+++ b/2005/i/robert/src/ai/Makefile.defs
@@ -0,0 +1,7 @@
+PROGRAMS += test_ai
+
+ai_OBJECTS = ai.o
+
+test_ai_OBJECTS = test_ai.o $(ai_OBJECTS)
+
+test_ai: $(test_ai_OBJECTS)