]> git.ozlabs.org Git - ccan/blobdiff - ccan/rfc822/examples/Makefile
rfc822: Add an example program
[ccan] / ccan / rfc822 / examples / Makefile
diff --git a/ccan/rfc822/examples/Makefile b/ccan/rfc822/examples/Makefile
new file mode 100644 (file)
index 0000000..bb20fc0
--- /dev/null
@@ -0,0 +1,10 @@
+CFLAGS= -I../../.. ../../rfc822.o \
+       ../../talloc/talloc.o ../../grab_file/grab_file.o \
+       ../../list/list.o ../../noerr/noerr.o
+
+EXAMPLES = headernames
+
+all: $(EXAMPLES)
+
+clean:
+       rm -f $(EXAMPLES)