Skip to content

Commit

Permalink
add build target
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Feb 15, 2017
1 parent edf79c1 commit 2947f53
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ test:
.PHONY: test

# Install the program.
#
# By default the program is installed to
# the $GOPATH/bin directory, thus you must
# have it within your $PATH.
install:
@go install ./...
.PHONY: install

# Build release.
build:
@gox -os="linux darwin windows openbsd" ./...
.PHONY: build

0 comments on commit 2947f53

Please sign in to comment.