Explorar el Código

Fix makefile trailing space

Alex Myasoedov hace 6 años
padre
commit
2083b8a563
Se han modificado 1 ficheros con 1 adiciones y 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