From 2083b8a563ad44160fb7fc81c79d9afc3459b0df Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Thu, 18 Jan 2018 20:27:07 -0500 Subject: [PATCH] Fix makefile trailing space --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9fd568b..ec5be59 100644 --- a/Makefile +++ b/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