Skip to content

Commit 730f026

Browse files
authored
make: improve make pr (#10165)
1 parent 08c9160 commit 730f026

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,9 @@ generate-images:
563563
rm -rf $(TMPDIR)/images
564564
$(foreach file, $(shell find public/img -type f -name '*.png' ! -name 'loading.png'),zopflipng -m -y $(file) $(file);)
565565

566-
.PHONY: pr
567-
pr:
568-
$(GO) run contrib/pr/checkout.go $(PR)
566+
.PHONY: pr\#%
567+
pr\#%:
568+
$(GO) run contrib/pr/checkout.go $*
569569

570570
.PHONY: golangci-lint
571571
golangci-lint:

0 commit comments

Comments
 (0)