summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/utils/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to '2005/i/robert/src/utils/Makefile.defs')
-rw-r--r--2005/i/robert/src/utils/Makefile.defs13
1 files changed, 13 insertions, 0 deletions
diff --git a/2005/i/robert/src/utils/Makefile.defs b/2005/i/robert/src/utils/Makefile.defs
new file mode 100644
index 0000000..a06d61c
--- /dev/null
+++ b/2005/i/robert/src/utils/Makefile.defs
@@ -0,0 +1,13 @@
+PROGRAMS += test_any test_callback test_bind
+
+test_any_OBJECTS = test_any.o
+
+test_callback_OBJECTS = test_callback.o
+
+test_bind_OBJECTS = test_bind.o
+
+test_any: $(test_any_OBJECTS)
+
+test_callback: $(test_callback_OBJECTS)
+
+test_bind: $(test_bind_OBJECTS)