Skip to content

Commit

Permalink
Merge pull request #5 from pallavJha/rename_packages
Browse files Browse the repository at this point in the history
rename cli to chaakoo for go install
  • Loading branch information
pallavJha authored Oct 8, 2021
2 parents a45fadc + ddc37cd commit 073776f
Show file tree
Hide file tree
Showing 3 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 @@ -19,4 +19,4 @@ prepare:

build:
$(eval version=$(shell git describe --tags --always --abbrev=5))
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags='-extldflags=-static -w -s -X github.com/pallavJha/chaakoo/cmd.version=$(version)' -o "chaakoo-$(version)-linux-amd64" cmd/cli/main.go
CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -trimpath -ldflags='-extldflags=-static -w -s -X github.com/pallavJha/chaakoo/cmd.version=$(version)' -o "chaakoo-$(version)-linux-amd64" cmd/chaakoo/main.go
File renamed without changes.
File renamed without changes.

0 comments on commit 073776f

Please sign in to comment.