Skip to content

Commit

Permalink
make: improve make pr (#10165)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk authored Feb 6, 2020
1 parent 08c9160 commit 730f026
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -563,9 +563,9 @@ generate-images:
rm -rf $(TMPDIR)/images
$(foreach file, $(shell find public/img -type f -name '*.png' ! -name 'loading.png'),zopflipng -m -y $(file) $(file);)

.PHONY: pr
pr:
$(GO) run contrib/pr/checkout.go $(PR)
.PHONY: pr\#%
pr\#%:
$(GO) run contrib/pr/checkout.go $*

.PHONY: golangci-lint
golangci-lint:
Expand Down

0 comments on commit 730f026

Please sign in to comment.