Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Merge pull request #409 from mikeparker/tweak-error-message
Browse files Browse the repository at this point in the history
Tweak makefile error message to be more descriptive
  • Loading branch information
shin- authored Oct 12, 2018
2 parents 10ddda6 + c1c332e commit c7ca8bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ all: bin/$(BIN_NAME) test

check_go_env:
@test $$(go list) = "$(PKG_NAME)" || \
(echo "Invalid Go environment" && false)
(echo "Invalid Go environment - The local directory structure must match: $(PKG_NAME)" && false)

cross: bin/$(BIN_NAME)-linux bin/$(BIN_NAME)-darwin bin/$(BIN_NAME)-windows.exe ## cross-compile binaries (linux, darwin, windows)

Expand Down

0 comments on commit c7ca8bc

Please sign in to comment.