Skip to content

Commit

Permalink
Change version to 2.0.4 and make single clean target
Browse files Browse the repository at this point in the history
  • Loading branch information
xakep666 committed Jul 27, 2017
1 parent fb670d5 commit df2e9bb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ COMMIT_HASH = `git rev-parse --short HEAD 2>/dev/null`
BUILD_DATE = `date +%FT%T%Z`
DEFAULT_TCP_SERVER = sdk.containerum.io:3000
DEFAULT_HTTP_SERVER = http://sdk.containerum.io:3333
VERSION = 2.0.3
VERSION = 2.0.4
REQLDFLAGS = -X ${PACKAGE}/chlib.CommitHash=${COMMIT_HASH} \
-X ${PACKAGE}/chlib.BuildDate=${BUILD_DATE} \
-X ${PACKAGE}/chlib/dbconfig.DefaultTCPServer=${DEFAULT_TCP_SERVER} \
Expand Down Expand Up @@ -48,13 +48,8 @@ ${BUILDDIR}/${BINARY}: ${SOURCES}
all: ${BUILDDIR}/${BINARY}

clean:
@if [ -f ${BUILDDIR}/${BINARY} ]; then rm ${BUILDDIR}/${BINARY}; fi

clean-build:
@rm -rf ${BUILDDIR}

clean-all: clean clean-build

test:
@go test

Expand Down

0 comments on commit df2e9bb

Please sign in to comment.