Merge pull request #425 from cosmos/jack/makefile

Bug Fix on Makefile
This commit is contained in:
Alexander Bezobchuk 2018-07-13 17:03:51 -04:00 committed by GitHub
commit 0cfd1f07d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 55 additions and 55 deletions

View File

@ -13,7 +13,7 @@ RUN apk add --update $PACKAGES
COPY . . COPY . .
# Make the binary # Make the binary
RUN make update-tools deps build RUN make tools deps build
# Final image # Final image
FROM alpine:edge FROM alpine:edge

View File

@ -94,7 +94,7 @@ tools:
@echo "Installing unparam" @echo "Installing unparam"
go get -v $(UNPARAM) go get -v $(UNPARAM)
endif endif
ifdef GOYCLO_CHECK ifdef GOCYCLO_CHECK
@echo "goyclo is already installed. Run 'make update-tools' to update." @echo "goyclo is already installed. Run 'make update-tools' to update."
else else
@echo "Installing goyclo" @echo "Installing goyclo"