Alex Myasoedov 7 years ago
parent
commit
045296dc84
1 changed files with 4 additions and 1 deletions
  1. 4 1
      Makefile

+ 4 - 1
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)
-