summaryrefslogtreecommitdiff
path: root/i/chuck/src/proto/Makefile.defs
diff options
context:
space:
mode:
Diffstat (limited to 'i/chuck/src/proto/Makefile.defs')
-rw-r--r--i/chuck/src/proto/Makefile.defs5
1 files changed, 5 insertions, 0 deletions
diff --git a/i/chuck/src/proto/Makefile.defs b/i/chuck/src/proto/Makefile.defs
new file mode 100644
index 0000000..b351026
--- /dev/null
+++ b/i/chuck/src/proto/Makefile.defs
@@ -0,0 +1,5 @@
+PROGRAMS += test_proto
+
+proto_OBJECTS = proto.o $(serial_OBJECTS) $(log_OBJECTS) $(utils_OBJECTS) $(timer_OBJECTS)
+
+test_proto_OBJECTS = test_proto.o $(proto_OBJECTS) $(tester_OBJECTS)