Skip to content

Commit

Permalink
Updated to release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zxchris committed Dec 16, 2016
1 parent 05418e4 commit a7d9b53
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ assets
BZW=./buildzip $@ dapperdox.exe $+
BZU=./buildzip $@ dapperdox $+

VERSION=1.0.1
VERSION=1.0.2
STEM=dist/dapperdox-${VERSION}

all:
@echo "Build DapperDox..."; \
go get && go build

release: dist \
${STEM}.linux-x86.tgz \
${STEM}.linux-amd64.tgz \
${STEM}.darwin-amd64.tgz \
${STEM}.linux-arm.tgz \
${STEM}.linux-arm64.tgz \
releaseTable
#${STEM}.windows-x86.zip \
#${STEM}.windows-amd64.zip \
${STEM}.linux-x86.tgz \
${STEM}.linux-amd64.tgz \
${STEM}.darwin-amd64.tgz \
${STEM}.linux-arm.tgz \
${STEM}.linux-arm64.tgz \
releaseTable
#${STEM}.windows-x86.zip \
#${STEM}.windows-amd64.zip \

dist:
mkdir dist
Expand Down

0 comments on commit a7d9b53

Please sign in to comment.