Explorar o código

Fix makefile trailing space

Alex Myasoedov %!s(int64=6) %!d(string=hai) anos
pai
achega
2083b8a563
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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