Skip to content

Commit

Permalink
Fix makefile trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
msoedov committed Jan 19, 2018
1 parent 39531f0 commit 2083b8a
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 @@ -4,7 +4,7 @@ REPO=msoedov/hacker-slides
default: repo

repo:
@echo $(REPO):$(GIT_SUMMARY)
@echo $(REPO):$(GIT_SUMMARY)

build:
@GOOS=linux CGO_ENABLE=0 go build main.go
Expand Down

0 comments on commit 2083b8a

Please sign in to comment.