From 786d85b42eec0d91aa03aa4c54580bf8a5b54660 Mon Sep 17 00:00:00 2001 From: Tommy Murphy Date: Wed, 24 Feb 2016 21:07:11 -0500 Subject: [PATCH] reamde: update makefile targets --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2c6fde3..778c453 100644 --- a/README.md +++ b/README.md @@ -41,5 +41,5 @@ Dependencies are vendored with [govendor](https://github.com/kardianos/govendor) A `Makefile` is included: * `test` - runs unit tests - * `build` - builds `dolan` for all platforms - * `build_local` - builds `dolan` for just the local architecture + * `build` - builds `dolan` on the current platform + * `release` - builds releasable artifacts