chore: add make clean to remove bin and manpages (#1776)
This commit is contained in:
parent
49e9edea4a
commit
f6aa6b0980
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -29,6 +29,10 @@ endif
|
|||
bin/gh: $(BUILD_FILES)
|
||||
@go build -trimpath -ldflags "$(GO_LDFLAGS)" -o "$@" ./cmd/gh
|
||||
|
||||
clean:
|
||||
rm -rf ./bin ./share
|
||||
.PHONY: clean
|
||||
|
||||
test:
|
||||
go test ./...
|
||||
.PHONY: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue