Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ian-kent committed May 21, 2015
1 parent fe1e552 commit 8307236
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
VERSION=0.1.7

all: release

release: release-deps
gox -output="build/{{.Dir}}_{{.OS}}_{{.Arch}}" .

release-deps:
go get github.com/mitchellh/gox

.PNONY: all release release-deps

0 comments on commit 8307236

Please sign in to comment.