summaryrefslogtreecommitdiff
path: root/2005/i/robert/src/proto/Makefile.defs
diff options
context:
space:
mode:
authorschodet2005-04-02 22:37:19 +0000
committerschodet2005-04-02 22:37:19 +0000
commit97305fb8dc697a68e959a3367e3091039188cdc0 (patch)
treec53bf23c6b2c268e6ace64da07ea0c8208191af4 /2005/i/robert/src/proto/Makefile.defs
parent43ae76992af5712d7303a7022ac14962cc925919 (diff)
Ajout de Proto.
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)