Skip to content

Commit

Permalink
FIX binaries target
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <nicolas.lamirault@gmail.com>
  • Loading branch information
nlamirault committed Jul 7, 2016
1 parent 6bb5b34 commit 6b5b7bd
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 @@ -39,7 +39,7 @@ MAKE_COLOR=\033[33;01m%-20s\033[0m
MAIN = github.com/nlamirault/kodi_exporter
SRCS = $(shell git ls-files '*.go' | grep -v '^vendor/')
PKGS = $(shell glide novendor)
EXE = kodi_exporter
EXE = $(shell ls kodi_exporter_*)

VERSION=$(shell \
grep "const Version" version/version.go \
Expand Down

0 comments on commit 6b5b7bd

Please sign in to comment.