caddy-ingess/Makefile
2019-04-18 14:58:55 -04:00

6 lines
159 B
Makefile

build:
@mkdir -p bin
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o ./bin/ingress-controller ./cmd/caddy
publish-docker:
@echo 'TODO :- not implemented'