summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 39afc0c007..41213d3860 100644
--- a/Makefile
+++ b/Makefile
@@ -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: