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