diff --git a/Makefile b/Makefile index 650f8352..0c1ae74d 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ BUILD_FLAGS := -tags "$(build_tags)" -ldflags '$(ldflags)' build: @echo "🤖 Building nobled..." - @go build -mod=readonly $(BUILD_FLAGS) -o "$(PWD)/build" ./cmd/nobled + @go build -mod=readonly $(BUILD_FLAGS) -o "$(PWD)/build/nobled" ./cmd/nobled @echo "✅ Completed build!" install: diff --git a/tools.go b/tools.go index 70495210..69604dbd 100644 --- a/tools.go +++ b/tools.go @@ -16,7 +16,7 @@ // This file uses the recommended method for tracking developer tools in a Go module. // -// REF: https://github.com/golang/go/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module +// REF: https://go.dev/wiki/Modules#how-can-i-track-tool-dependencies-for-a-module package tools import (