diff --git a/Makefile b/Makefile index bbd7a59..a6549ba 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: build build: ## Build compose-ref binary - GOPRIVATE=github.com/compose-spec/compose-go go build ./... + GOPRIVATE=github.com/compose-spec/compose-go go build compose-ref.go .PHONY: test test: ## Run tests diff --git a/main.go b/compose-ref.go similarity index 100% rename from main.go rename to compose-ref.go