This commit is contained in:
Alex Myasoedov 2017-02-07 20:06:16 -05:00
parent 7b61c3eb5e
commit 045296dc84

View file

@ -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)