diff --git a/Makefile b/Makefile index 2eb69b6..5671cd0 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ build: SUFFIX=""; \ GOARCHES_SUPPORTED="${GOARCHES}"; \ fi ; \ - for GOARCH in ${GOARCHES_SUPPORTED}; do \ + for GOARCH in $${GOARCHES_SUPPORTED}; do \ echo "Building $${GOOS}/$${GOARCH}" ; \ GOOS=$${GOOS} GOARCH=$${GOARCH} go build \ -a \