summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2019-03-08 02:54:10 +0100
committertechknowlogick <matti@mdranta.net>2019-03-07 20:54:10 -0500
commit9d3732dfd512273992855097bba1e909f098db23 (patch)
tree71dff34ca2c35b24391adf3033587ad6f2aff40d /Makefile
parent9fd8b2621fb6e25e5cce7a5b5b08a993a145bc78 (diff)
downloadgitea-9d3732dfd512273992855097bba1e909f098db23.tar.gz
gitea-9d3732dfd512273992855097bba1e909f098db23.zip
[Contrib] Checkout a PR (#6021)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 01e4a13f15..9a4dbf6ba0 100644
--- a/Makefile
+++ b/Makefile
@@ -420,3 +420,7 @@ generate-images:
$(TMPDIR)/images/64.png $(TMPDIR)/images/128.png \
$(PWD)/public/img/favicon.ico
rm -rf $(TMPDIR)/images
+
+.PHONY: pr
+pr:
+ $(GO) run contrib/pr/checkout.go $(PR)