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