Skip to content

Commit

Permalink
remove chmod line
Browse files Browse the repository at this point in the history
  • Loading branch information
aerth committed Sep 23, 2016
1 parent 5188539 commit 75be058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ build:
mkdir -p bin
go build -v ${GO_LDFLAGS} -o bin/${NAME}-v${RELEASE}
@echo Built ${NAME}-${RELEASE}
chmod 755 bin/${NAME}-v${RELEASE}

install:
@echo installing to ${PREFIX}
Expand Down

0 comments on commit 75be058

Please sign in to comment.