From 045296dc8464390e31f7fe4f5eb6541e3a5fcf08 Mon Sep 17 00:00:00 2001 From: Alex Myasoedov Date: Tue, 7 Feb 2017 20:06:16 -0500 Subject: [PATCH] Fix test --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0249bdf..6acc056 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ REPO=msoedov/hacker-slides +default: repo + +repo: + @echo $(REPO) build: @GOOS=linux CGO_ENABLE=0 go build main.go @@ -7,4 +11,3 @@ build: push: @docker push $(REPO) -