Skip to content

Commit

Permalink
chore(cli): move main command into subdirectory (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
joschi authored Jun 28, 2024
1 parent 3f30451 commit 3973312
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ test:
go test ./...

build/go-junit-report build/go-junit-report.exe: clean
go build --ldflags "-s -X main.Version=$(VERSION) -X main.Revision=$(REVISION) -X main.BuildTime=$(TIMESTAMP)" -o $@
go build --ldflags "-s -X main.Version=$(VERSION) -X main.Revision=$(REVISION) -X main.BuildTime=$(TIMESTAMP)" -o $@ ./cmd/go-junit-report

build/go-junit-report-$(VERSION)-$(GOOS)-$(GOARCH).tar.gz: build/go-junit-report
tar czf $@ -C build go-junit-report
Expand Down
File renamed without changes.

0 comments on commit 3973312

Please sign in to comment.