blob: 4f77a06cd8c9e2b92fbc51d70637fb59fdd6fac3 [file] [log] [blame]
.PHONY: build release push
build:
go install ./go/...
release:
CGO_ENABLED=0 GOOS=linux go install -a ./go/contest
./build_docker_release
push:
pushk contest