diff --git a/Makefile b/Makefile index f8243923b8..decbeabbd8 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,7 @@ BIN_MAGE=$(GOOSBUILD)/bin/mage # BIN_MAGE is the standard "mage" binary. $(BIN_MAGE): go.mod - $(GO) build -o $@ github.com/magefile/mage + go build -o $@ github.com/magefile/mage # MAGE is the compiled magefile. $(MAGE): magefile.go $(BIN_MAGE)