.PHONY: build

all: build

build:
	cd src/github.com/cesanta/docker_auth/auth_server && \
	go build -v -o registry-auth
