4
0
Garpu 0
This commit is contained in:
Alex Myasoedov 2017-02-07 20:06:16 -05:00
orang tua 7b61c3eb5e
melakukan 045296dc84

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