add Makefiles and document their use in the README

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
Gaetan de Villele
2017-04-25 09:57:06 -07:00
parent 0f0b500cf3
commit fb413981d3
5 changed files with 102 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM golang:1.8-alpine
RUN apk add -U git
RUN apk add -U git make
RUN go get github.com/LK4D4/vndr && \
cp /go/bin/vndr /usr/bin && \