X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Frfc822%2Fexamples%2FMakefile;fp=ccan%2Frfc822%2Fexamples%2FMakefile;h=bb20fc038c9f7b5f3fc0d58665ec6912f878a09d;hb=affb2280db6983da455a73a2dd078f1d3f0e7268;hp=0000000000000000000000000000000000000000;hpb=049ae7d0ade969c44d0ffab043f507fa7827bf09;p=ccan diff --git a/ccan/rfc822/examples/Makefile b/ccan/rfc822/examples/Makefile new file mode 100644 index 00000000..bb20fc03 --- /dev/null +++ b/ccan/rfc822/examples/Makefile @@ -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)