Parcourir la source

Fix makefile trailing space

Alex Myasoedov il y a 6 ans
Parent
commit
2083b8a563
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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