From 730f026c6e4e189b1c90c020315deee1d7d40de3 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Thu, 6 Feb 2020 22:40:27 +0100 Subject: [PATCH] make: improve make pr (#10165) --- Makefile | 6 +++--- 1 file 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: