Skip to content

Commit

Permalink
makefile tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Mar 5, 2015
1 parent 4103636 commit ea7c50c
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 @@ -89,7 +89,7 @@ upload: depend
version:
@echo "package main\n\nconst VV = \"$(NAME) $(TRAVIS_BRANCH) - $(DATE) - $(TRAVIS_COMMIT)\"" \
>version.go
@echo "version.go: `cat version.go`"
@echo "version.go: `tail -1 version.go`"

# Installing build dependencies is a bit of a mess. Don't want to spend lots of time in
# Travis doing this. The folllowing just relies on go get no reinstalling when it's already
Expand Down

0 comments on commit ea7c50c

Please sign in to comment.