Skip to content

Commit

Permalink
Add a release target to Makefile
Browse files Browse the repository at this point in the history
The rest of the reconciliation with new `build` methods will come later.
  • Loading branch information
jbeda committed Oct 10, 2014
1 parent 1c257cb commit f7e22c1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,11 @@ clean:
vet:
hack/vet-go.sh $(WHAT) $(TESTS)
.PHONY: vet

# Build a release
#
# Example:
# make clean
release:
build/release.sh
.PHONY: release

0 comments on commit f7e22c1

Please sign in to comment.