diff -r d269d9c0fc8e -r 9f4af32925bf Makefile --- a/Makefile Wed Dec 28 12:39:24 2011 -0700 +++ b/Makefile Wed Dec 28 12:46:03 2011 -0700 @@ -10,6 +10,12 @@ stream.go \ structs.go \ -# TODO Add a target to build examples. +examples: install + gomake -C examples all + +clean: clean-examples + +clean-examples: + gomake -C examples clean include $(GOROOT)/src/Make.pkg