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 . .
# Make the binary
RUN make update-tools deps build
RUN make tools deps build
# Final image
FROM alpine:edge

View File

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