summaryrefslogtreecommitdiff
path: root/i/marvin/src/utils/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to 'i/marvin/src/utils/Makefile.defs')
-rw-r--r--i/marvin/src/utils/Makefile.defs15
1 files changed, 15 insertions, 0 deletions
diff --git a/i/marvin/src/utils/Makefile.defs b/i/marvin/src/utils/Makefile.defs
new file mode 100644
index 0000000..43711a8
--- /dev/null
+++ b/i/marvin/src/utils/Makefile.defs
@@ -0,0 +1,15 @@
+PROGRAMS += test_any test_callback test_bind
+
+utils_OBJECTS = fd_set.o hexa.o
+
+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)