Skip to content

Commit

Permalink
Updated makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
byrnedo committed Oct 28, 2015
1 parent 5370278 commit f6f626b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ prepare-release:
go get -d -v && bash _make_scripts/create_release_artifacts.sh

release:
go get -d -v && bash _make_scripts/release.sh
go get -d -v && bash _make_scripts/release.sh $(RELEASE_VERSION)

d-build:
mkdir -p $(ROOT_DIR)/build && \
Expand Down

0 comments on commit f6f626b

Please sign in to comment.