Skip to content
This repository was archived by the owner on Mar 22, 2022. It is now read-only.

Commit b489ea7

Browse files
gloursndeloof
authored andcommitted
Change the build command to generate the executable which is broken since main.go split
Signed-off-by: Guillaume Lours <[email protected]>
1 parent d14aa78 commit b489ea7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.PHONY: build
44
build: ## Build compose-ref binary
5-
GOPRIVATE=github.com/compose-spec/compose-go go build ./...
5+
GOPRIVATE=github.com/compose-spec/compose-go go build compose-ref.go
66

77
.PHONY: test
88
test: ## Run tests

main.go renamed to compose-ref.go

File renamed without changes.

0 commit comments

Comments
 (0)