Browse Source

Fix makefile trailing space

Alex Myasoedov 6 years ago
parent
commit
2083b8a563
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -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