Skip to content
This repository was archived by the owner on Sep 23, 2021. It is now read-only.

Commit 045296d

Browse files
committed
Fix test
1 parent 7b61c3e commit 045296d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
REPO=msoedov/hacker-slides
22

3+
default: repo
4+
5+
repo:
6+
@echo $(REPO)
37

48
build:
59
@GOOS=linux CGO_ENABLE=0 go build main.go
610
@docker build -t $(REPO) .
711

812
push:
913
@docker push $(REPO)
10-

0 commit comments

Comments
 (0)