Skip to content

Commit

Permalink
chore: add make clean to remove bin and manpages (cli#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
zacanger authored Sep 18, 2020
1 parent 49e9ede commit f6aa6b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6aa6b0

Please sign in to comment.